public static class AbstractObjectBigList.ObjectRandomAccessSubList<K> extends AbstractObjectBigList.ObjectSubList<K> implements java.util.RandomAccess
AbstractObjectBigList.ObjectRandomAccessSubList<K>, AbstractObjectBigList.ObjectSubList<K>from, l, to| Constructor and Description |
|---|
ObjectRandomAccessSubList(ObjectBigList<K> l,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
ObjectBigList<K> |
subList(long from,
long to)
Returns a type-specific view of the portion of this type-specific big list from the index
from, inclusive, to the index to, exclusive. |
add, add, addAll, addElements, get, getElements, listIterator, remove, removeElements, set, size64, spliteratoraddAll, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peek, pop, push, setElements, size, size, top, toStringcontainsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, addAll, addAll, getElements, setElements, setElementspublic ObjectRandomAccessSubList(ObjectBigList<K> l, long from, long to)
public ObjectBigList<K> subList(long from, long to)
ObjectBigListfrom, inclusive, to the index to, exclusive.subList in interface it.unimi.dsi.fastutil.BigList<K>subList in interface ObjectBigList<K>subList in class AbstractObjectBigList.ObjectSubList<K>BigList.subList(long,long)