@Environment(value=CLIENT) class EntryListWidget.Entries extends AbstractList<E>
Modifier and Type | Field and Description |
---|---|
private List<E> |
entries |
modCount
Modifier | Constructor and Description |
---|---|
private |
Entries() |
Modifier and Type | Method and Description |
---|---|
void |
add(int int2,
E e) |
E |
get(int int2) |
E |
remove(int int2) |
E |
set(int int2,
E e) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
private final List<E extends EntryListWidget.Entry<E>> entries
public E get(int int2)
get
in interface List<E extends EntryListWidget.Entry<E>>
get
in class AbstractList<E extends EntryListWidget.Entry<E>>
public int size()
size
in interface Collection<E extends EntryListWidget.Entry<E>>
size
in interface List<E extends EntryListWidget.Entry<E>>
size
in class AbstractCollection<E extends EntryListWidget.Entry<E>>
public E set(int int2, E e)
set
in interface List<E extends EntryListWidget.Entry<E>>
set
in class AbstractList<E extends EntryListWidget.Entry<E>>
public void add(int int2, E e)
add
in interface List<E extends EntryListWidget.Entry<E>>
add
in class AbstractList<E extends EntryListWidget.Entry<E>>
public E remove(int int2)
remove
in interface List<E extends EntryListWidget.Entry<E>>
remove
in class AbstractList<E extends EntryListWidget.Entry<E>>