Package it.unimi.dsi.fastutil.floats
Class FloatLists.SynchronizedRandomAccessList
java.lang.Object
it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
- All Implemented Interfaces:
FloatCollection,FloatIterable,FloatList,Serializable,Comparable<List<? extends Float>>,Iterable<Float>,Collection<Float>,List<Float>,RandomAccess
- Enclosing class:
- FloatLists
public static class FloatLists.SynchronizedRandomAccessList extends FloatLists.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.floats.FloatLists.SynchronizedList
add, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getElements, getFloat, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeElements, removeFloat, set, set, setElements, setElements, setElements, size, sort, sort, unstableSort, unstableSortMethods inherited from class it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
add, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, toArray, toArray, toArray, toFloatArray, toFloatArray, toStringMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toFloatArray, toFloatArrayMethods inherited from interface java.util.List
addAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArray
-
Method Details
-
subList
Description copied from interface:FloatListReturns 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 interfaceFloatList- Specified by:
subListin interfaceList<Float>- Overrides:
subListin classFloatLists.SynchronizedList- See Also:
List.subList(int,int)
-