Class AbstractCharList.CharRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Character>
it.unimi.dsi.fastutil.chars.AbstractCharCollection
it.unimi.dsi.fastutil.chars.AbstractCharList
it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
it.unimi.dsi.fastutil.chars.AbstractCharList.CharRandomAccessSubList
- All Implemented Interfaces:
CharCollection, CharIterable, CharList, CharStack, Stack<Character>, Serializable, Comparable<List<? extends Character>>, Iterable<Character>, Collection<Character>, List<Character>, RandomAccess, SequencedCollection<Character>
- Enclosing class:
AbstractCharList
public static class AbstractCharList.CharRandomAccessSubList
extends AbstractCharList.CharSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractCharList
AbstractCharList.CharRandomAccessSubList, AbstractCharList.CharSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCharList.CharSubList
add, add, addAll, addAll, addAll, addElements, getChar, getElements, listIterator, rem, removeChar, removeElements, set, setElements, size, spliteratorMethods inherited from class AbstractCharList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekChar, popChar, push, size, toArray, toCharArray, topChar, toStringMethods inherited from class AbstractCharCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toCharArrayMethods inherited from class AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface CharCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toCharArrayMethods inherited from interface CharIterable
forEach, forEachMethods inherited from interface CharList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface Collection
toArrayMethods inherited from interface List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
CharRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:CharListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.
-