Package it.unimi.dsi.fastutil.bytes
Class AbstractByteList.ByteRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.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<java.lang.Byte>,java.io.Serializable,java.lang.Comparable<java.util.List<? extends java.lang.Byte>>,java.lang.Iterable<java.lang.Byte>,java.util.Collection<java.lang.Byte>,java.util.List<java.lang.Byte>,java.util.RandomAccess
- Enclosing class:
- AbstractByteList
public static class AbstractByteList.ByteRandomAccessSubList extends AbstractByteList.ByteSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.bytes.AbstractByteList
AbstractByteList.ByteRandomAccessSubList, AbstractByteList.ByteSubList -
Constructor Summary
Constructors Constructor Description ByteRandomAccessSubList(ByteList l, int from, int to) -
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 class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods 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
toArrayMethods inherited from interface java.util.List
containsAll, isEmpty, removeAll, retainAll, 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.- Specified by:
subListin interfaceByteList- Specified by:
subListin interfacejava.util.List<java.lang.Byte>- Overrides:
subListin classAbstractByteList.ByteSubList- See Also:
List.subList(int,int)
-