Class IntMappedArray<R>
java.lang.Object
java.util.AbstractCollection<R>
java.util.AbstractList<R>
net.minestom.server.utils.collection.IntMappedArray<R>
- All Implemented Interfaces:
Iterable<R>, Collection<R>, List<R>, SequencedCollection<R>
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
IntMappedArray
-
-
Method Details
-
get
-
size
public int size()- Specified by:
sizein interfaceCollection<R>- Specified by:
sizein interfaceList<R>- Specified by:
sizein classAbstractCollection<R>
-