Class AbstractSelectionList.TrackedList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
net.minecraft.client.gui.components.AbstractSelectionList.TrackedList
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- List<E>
- Enclosing class:
- AbstractSelectionList<E extends AbstractSelectionList.Entry<E>>
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractListadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
- 
Field Details- 
delegate
 
- 
- 
Constructor Details- 
TrackedListTrackedList()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- List<E extends AbstractSelectionList.Entry<E>>
- Specified by:
- getin class- AbstractList<E extends AbstractSelectionList.Entry<E>>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<E extends AbstractSelectionList.Entry<E>>
- Specified by:
- sizein interface- List<E extends AbstractSelectionList.Entry<E>>
- Specified by:
- sizein class- AbstractCollection<E extends AbstractSelectionList.Entry<E>>
 
- 
set- Specified by:
- setin interface- List<E extends AbstractSelectionList.Entry<E>>
- Overrides:
- setin class- AbstractList<E extends AbstractSelectionList.Entry<E>>
 
- 
add- Specified by:
- addin interface- List<E extends AbstractSelectionList.Entry<E>>
- Overrides:
- addin class- AbstractList<E extends AbstractSelectionList.Entry<E>>
 
- 
remove- Specified by:
- removein interface- List<E extends AbstractSelectionList.Entry<E>>
- Overrides:
- removein class- AbstractList<E extends AbstractSelectionList.Entry<E>>
 
 
-