public static class AbstractByteBigList.ByteRandomAccessSubList extends AbstractByteBigList.ByteSubList implements java.util.RandomAccess
AbstractByteBigList.ByteRandomAccessSubList, AbstractByteBigList.ByteSubList
Constructor and Description |
---|
ByteRandomAccessSubList(ByteBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
ByteBigList |
subList(long from,
long to)
Returns a type-specific view of the portion of this type-specific big list from the index
from , inclusive, to the index to , exclusive. |
add, add, addAll, addAll, addAll, addElements, getByte, getElements, intSpliterator, listIterator, rem, removeByte, removeElements, set, size64, spliterator
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, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toByteArray, toByteArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toByteArray, toByteArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public ByteRandomAccessSubList(ByteBigList l, long from, long to)
public ByteBigList subList(long from, long to)
ByteBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Byte>
subList
in interface ByteBigList
subList
in class AbstractByteBigList.ByteSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)