Package it.unimi.dsi.fastutil.objects
Class AbstractReferenceList.ReferenceRandomAccessSubList<K>
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceCollection<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceList<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceRandomAccessSubList<K>
- All Implemented Interfaces:
ObjectIterable<K>,ReferenceCollection<K>,ReferenceList<K>,Stack<K>,Serializable,Iterable<K>,Collection<K>,List<K>,RandomAccess
- Enclosing class:
- AbstractReferenceList<K>
public static class AbstractReferenceList.ReferenceRandomAccessSubList<K>
extends AbstractReferenceList.ReferenceSubList<K>
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceList
AbstractReferenceList.ReferenceRandomAccessSubList<K>, AbstractReferenceList.ReferenceSubList<K> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubList(int from, int to) Returns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
add, add, addAll, addElements, get, getElements, listIterator, remove, removeElements, set, setElements, size, spliteratorMethods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceList
addAll, addElements, clear, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peek, pop, push, size, toArray, toArray, top, toStringMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, remove, removeAll, retainAllMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, isEmpty, remove, removeAll, replaceAll, retainAllMethods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceList
addAll, addAll, setElements, setElements, sort, unstableSort
-
Constructor Details
-
ReferenceRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ReferenceListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceList<K>- Specified by:
subListin interfaceReferenceList<K>- Overrides:
subListin classAbstractReferenceList.ReferenceSubList<K>- See Also:
-