Package it.unimi.dsi.fastutil.longs
Class LongLists.UnmodifiableRandomAccessList
java.lang.Object
it.unimi.dsi.fastutil.longs.LongCollections.UnmodifiableCollection
it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableRandomAccessList
- All Implemented Interfaces:
LongCollection,LongIterable,LongList,Serializable,Comparable<List<? extends Long>>,Iterable<Long>,Collection<Long>,List<Long>,RandomAccess
- Enclosing class:
- LongLists
public static class LongLists.UnmodifiableRandomAccessList extends LongLists.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.longs.LongLists.UnmodifiableList
add, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getElements, getLong, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeElements, removeLong, set, set, setElements, setElements, setElements, size, sort, sort, unstableSort, unstableSortMethods inherited from class it.unimi.dsi.fastutil.longs.LongCollections.UnmodifiableCollection
add, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toLongArray, toLongArray, toStringMethods inherited from interface java.util.List
addAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongCollection
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toLongArray, toLongArray
-
Method Details
-
subList
Description copied from interface:LongListReturns 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 interfaceList<Long>- Specified by:
subListin interfaceLongList- Overrides:
subListin classLongLists.UnmodifiableList- See Also:
List.subList(int,int)
-