Package it.unimi.dsi.fastutil.chars
Class CharLists.UnmodifiableRandomAccessList
java.lang.Object
it.unimi.dsi.fastutil.chars.CharCollections.UnmodifiableCollection
it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableRandomAccessList
- All Implemented Interfaces:
CharCollection,CharIterable,CharList,Serializable,Comparable<List<? extends Character>>,Iterable<Character>,Collection<Character>,List<Character>,RandomAccess
- Enclosing class:
- CharLists
public static class CharLists.UnmodifiableRandomAccessList extends CharLists.UnmodifiableList implements RandomAccess, Serializable
An unmodifiable wrapper class for random-access lists.
- See Also:
- Serialized Form
-
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
add, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getChar, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeChar, removeElements, set, set, setElements, setElements, setElements, size, sort, sort, unstableSort, unstableSortMethods inherited from class it.unimi.dsi.fastutil.chars.CharCollections.UnmodifiableCollection
add, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toCharArray, toCharArray, toStringMethods inherited from interface it.unimi.dsi.fastutil.chars.CharCollection
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toCharArray, toCharArrayMethods inherited from interface java.util.List
addAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArray
-
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.Note that this specification strengthens the one given in
List.subList(int,int).- Specified by:
subListin interfaceCharList- Specified by:
subListin interfaceList<Character>- Overrides:
subListin classCharLists.UnmodifiableList- See Also:
List.subList(int,int)
-