public class TUnmodifiableRandomAccessLongList extends TUnmodifiableLongList implements java.util.RandomAccess
| Constructor and Description |
|---|
TUnmodifiableRandomAccessLongList(TLongList list) |
| Modifier and Type | Method and Description |
|---|---|
TLongList |
subList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
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, transformValuesadd, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, clear, contains, forEach, getNoEntryValue, isEmpty, remove, size, toArray, toArrayaddAll, addAll, addAll, containsAll, containsAll, containsAll, iterator, removeAll, removeAll, removeAll, retainAll, retainAll, retainAllpublic TUnmodifiableRandomAccessLongList(TLongList list)
public TLongList subList(int fromIndex, int toIndex)
TLongListsubList in interface TLongListsubList in class TUnmodifiableLongListfromIndex - low endpoint (inclusive) of the subList.toIndex - high endpoint (exclusive) of the subList.