public static class AbstractCharBigList.CharRandomAccessSubList extends AbstractCharBigList.CharSubList implements java.util.RandomAccess
AbstractCharBigList.CharRandomAccessSubList, AbstractCharBigList.CharSubList
Constructor and Description |
---|
CharRandomAccessSubList(CharBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
CharBigList |
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, getChar, getElements, intSpliterator, listIterator, rem, removeChar, removeElements, set, size64, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekChar, pop, popChar, push, push, remove, set, setElements, size, size, top, topChar, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toCharArray, toCharArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toCharArray, toCharArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public CharRandomAccessSubList(CharBigList l, long from, long to)
public CharBigList subList(long from, long to)
CharBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Character>
subList
in interface CharBigList
subList
in class AbstractCharBigList.CharSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)