Package it.unimi.dsi.fastutil.bytes
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
- Enclosing class:
AbstractByteList
public static class AbstractByteList.ByteRandomAccessSubList
extends AbstractByteList.ByteSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteList
AbstractByteList.ByteRandomAccessSubList, AbstractByteList.ByteSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
add, add, addAll, addAll, addAll, addElements, getByte, getElements, listIterator, rem, removeByte, removeElements, set, setElements, size, spliteratorMethods inherited from class it.unimi.dsi.fastutil.bytes.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 it.unimi.dsi.fastutil.bytes.AbstractByteCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toByteArrayMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toByteArrayMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface java.util.Collection
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.
-