public abstract class AbstractListTag<T extends Tag> extends AbstractList<T> implements Tag
modCount
Constructor and Description |
---|
AbstractListTag() |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(int int2,
T t) |
abstract boolean |
addTag(int index,
Tag tag) |
abstract byte |
getElementType() |
abstract T |
remove(int int2) |
abstract T |
set(int int2,
T t) |
abstract boolean |
setTag(int index,
Tag tag) |
add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
asString, copy, getReader, getType, toString, toText, toText, write
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public abstract void add(int int2, T t)
public abstract T remove(int int2)
public abstract boolean setTag(int index, Tag tag)
public abstract boolean addTag(int index, Tag tag)
public abstract byte getElementType()