Package it.unimi.dsi.fastutil.chars
Class CharLists.SynchronizedRandomAccessList
- java.lang.Object
-
- it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
-
- it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
-
- it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
-
- 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.SynchronizedRandomAccessList extends CharLists.SynchronizedList implements RandomAccess, Serializable
A synchronized wrapper class for random-access lists.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
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, size
-
Methods inherited from class it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
add, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, toArray, toArray, toArray, toCharArray, toCharArray, toString
-
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharCollection
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toCharArray, toCharArray
-
Methods inherited from interface it.unimi.dsi.fastutil.chars.CharIterable
forEach, forEach
-
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Methods inherited from interface java.util.List
addAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
subList
public CharList subList(int from, int to)
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.SynchronizedList- See Also:
List.subList(int,int)
-
-