Class AbstractByteList.ByteRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Byte>
it.unimi.dsi.fastutil.bytes.AbstractByteCollection
it.unimi.dsi.fastutil.bytes.AbstractByteList
it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteRandomAccessSubList
- All Implemented Interfaces:
ByteCollection, ByteIterable, ByteList, ByteStack, Stack<Byte>, Serializable, Comparable<List<? extends Byte>>, Iterable<Byte>, Collection<Byte>, List<Byte>, RandomAccess, SequencedCollection<Byte>
- Enclosing class:
AbstractByteList
public static class AbstractByteList.ByteRandomAccessSubList
extends AbstractByteList.ByteSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractByteList
AbstractByteList.ByteRandomAccessSubList, AbstractByteList.ByteSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractByteList.ByteSubList
add, add, addAll, addAll, addAll, addElements, getByte, getElements, listIterator, rem, removeByte, removeElements, set, setElements, size, spliteratorMethods inherited from class AbstractByteList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekByte, popByte, push, size, toArray, toByteArray, topByte, toStringMethods inherited from class AbstractByteCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toByteArrayMethods inherited from class AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface ByteCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toByteArrayMethods inherited from interface ByteIterable
forEach, forEachMethods inherited from interface ByteList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface Collection
toArrayMethods inherited from interface List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
ByteRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ByteListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.
-