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
,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 it.unimi.dsi.fastutil.bytes.AbstractByteList
AbstractByteList.ByteRandomAccessSubList, AbstractByteList.ByteSubList
-
Constructor Summary
-
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, spliterator
Methods 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, toString
Methods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toByteArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toByteArray
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable
forEach, forEach
Methods 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, unstableSort
Methods inherited from interface java.util.Collection
toArray
Methods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
ByteRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ByteList
Returns a type-specific view of the portion of this list from the indexfrom
, inclusive, to the indexto
, exclusive.
-