Package it.unimi.dsi.fastutil.objects
Class AbstractReferenceBigList.ReferenceRandomAccessSubList<K>
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceCollection<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceBigList<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceRandomAccessSubList<K>
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<K>,it.unimi.dsi.fastutil.objects.ObjectIterable<K>,ReferenceBigList<K>,ReferenceCollection<K>,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<K>,java.io.Serializable,java.lang.Iterable<K>,java.util.Collection<K>,java.util.RandomAccess
- Enclosing class:
- AbstractReferenceBigList<K>
public static class AbstractReferenceBigList.ReferenceRandomAccessSubList<K> extends AbstractReferenceBigList.ReferenceSubList<K> implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
AbstractReferenceBigList.ReferenceRandomAccessSubList<K>, AbstractReferenceBigList.ReferenceSubList<K> -
Constructor Summary
Constructors Constructor Description ReferenceRandomAccessSubList(ReferenceBigList<K> l, long from, long to) -
Method Summary
Modifier and Type Method Description ReferenceBigList<K>subList(long from, long to)Returns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
add, add, addAll, addElements, get, getElements, listIterator, remove, removeElements, set, size64, spliteratorMethods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
addAll, addElements, clear, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peek, pop, push, setElements, size, size, top, toStringMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
containsAll, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, stream, toArray, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceBigList
addAll, addAll, addAll, addAll, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
Constructor Details
-
ReferenceRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ReferenceBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceit.unimi.dsi.fastutil.BigList<K>- Specified by:
subListin interfaceReferenceBigList<K>- Overrides:
subListin classAbstractReferenceBigList.ReferenceSubList<K>- See Also:
BigList.subList(long,long)
-