Package gnu.trove.impl.unmodifiable
Class TUnmodifiableRandomAccessShortList
java.lang.Object
gnu.trove.impl.unmodifiable.TUnmodifiableShortCollection
gnu.trove.impl.unmodifiable.TUnmodifiableShortList
gnu.trove.impl.unmodifiable.TUnmodifiableRandomAccessShortList
- All Implemented Interfaces:
TShortList,TShortCollection,Serializable,RandomAccess
public class TUnmodifiableRandomAccessShortList
extends TUnmodifiableShortList
implements RandomAccess
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubList(int fromIndex, int toIndex) Returns a sublist of this list.Methods inherited from class gnu.trove.impl.unmodifiable.TUnmodifiableShortList
add, add, binarySearch, binarySearch, equals, fill, fill, forEachDescending, get, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, lastIndexOf, lastIndexOf, max, min, remove, removeAt, replace, reverse, reverse, set, set, set, shuffle, sort, sort, sum, toArray, toArray, toArray, transformValuesMethods inherited from class gnu.trove.impl.unmodifiable.TUnmodifiableShortCollection
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface gnu.trove.TShortCollection
addAll, addAll, addAll, containsAll, containsAll, containsAll, iterator, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll
-
Constructor Details
-
TUnmodifiableRandomAccessShortList
-
-
Method Details
-
subList
Description copied from interface:TShortListReturns a sublist of this list.- Specified by:
subListin interfaceTShortList- Overrides:
subListin classTUnmodifiableShortList- Parameters:
fromIndex- low endpoint (inclusive) of the subList.toIndex- high endpoint (exclusive) of the subList.- Returns:
- sublist of this list from begin, inclusive to end, exclusive.
-