Package it.unimi.dsi.fastutil.chars
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 it.unimi.dsi.fastutil.chars.AbstractCharList
AbstractCharList.CharRandomAccessSubList, AbstractCharList.CharSubList
-
Constructor Summary
-
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
add, add, addAll, addAll, addAll, addElements, getChar, getElements, listIterator, rem, removeChar, removeElements, set, setElements, size, spliterator
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekChar, popChar, push, size, toArray, toCharArray, topChar, toString
Methods inherited from class it.unimi.dsi.fastutil.chars.AbstractCharCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toCharArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toCharArray
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharIterable
forEach, forEach
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharList
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
-
CharRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:CharList
Returns a type-specific view of the portion of this list from the indexfrom
, inclusive, to the indexto
, exclusive.
-