Package it.unimi.dsi.fastutil.bytes
Class AbstractByteBigList.ByteRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.Byte>
it.unimi.dsi.fastutil.bytes.AbstractByteCollection
it.unimi.dsi.fastutil.bytes.AbstractByteBigList
it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteRandomAccessSubList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Byte>,ByteBigList,ByteCollection,it.unimi.dsi.fastutil.bytes.ByteIterable,ByteStack,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<java.lang.Byte>,java.io.Serializable,java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Byte>>,java.lang.Iterable<java.lang.Byte>,java.util.Collection<java.lang.Byte>,java.util.RandomAccess
- Enclosing class:
- AbstractByteBigList
public static class AbstractByteBigList.ByteRandomAccessSubList extends AbstractByteBigList.ByteSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
AbstractByteBigList.ByteRandomAccessSubList, AbstractByteBigList.ByteSubList -
Constructor Summary
Constructors Constructor Description ByteRandomAccessSubList(ByteBigList l, long from, long to) -
Method Summary
Modifier and Type Method Description ByteBigListsubList(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.bytes.AbstractByteBigList.ByteSubList
add, add, addAll, addAll, addAll, addElements, getByte, getElements, intSpliterator, listIterator, rem, removeByte, removeElements, set, size64, spliteratorMethods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekByte, pop, popByte, push, push, remove, set, setElements, size, size, top, topByte, toStringMethods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toByteArray, toByteArrayMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteBigList
addAll, addAll, addAll, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteCollection
add, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toByteArray, toByteArrayMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable
forEach, forEachMethods inherited from interface java.util.Collection
containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
Constructor Details
-
ByteRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ByteBigListReturns 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<java.lang.Byte>- Specified by:
subListin interfaceByteBigList- Overrides:
subListin classAbstractByteBigList.ByteSubList- See Also:
BigList.subList(long,long)
-