protected static class AbstractLongBigList.LongSubBigList extends AbstractLongBigList implements Serializable
AbstractLongBigList.LongSubBigList| Modifier and Type | Field and Description |
|---|---|
protected long |
from
Initial (inclusive) index of this sublist.
|
protected LongBigList |
l
The list this sublist restricts.
|
static long |
serialVersionUID |
protected long |
to
Final (exclusive) index of this sublist.
|
| Constructor and Description |
|---|
AbstractLongBigList.LongSubBigList(LongBigList l,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
long k) |
boolean |
add(long k) |
void |
clear() |
long |
getLong(long index)
Returns the long at the given position.
|
long |
length()
The number of elements in this big list.
|
it.unimi.dsi.fastutil.longs.LongListIterator |
listIterator(int index) |
long |
removeLong(long index)
Removes the long at the given position.
|
long |
set(int index,
long k) |
add, ensureIndex, ensureRestrictedIndex, getLong, length, set, size, subListadd, addAll, addAll, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, get, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, longListIterator, longListIterator, longSubList, peek, peekLong, pop, popLong, push, push, rem, remove, remove, removeElements, removeLong, set, size, subList, top, topLong, toStringadd, contains, containsAll, containsAll, isEmpty, longIterator, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toLongArray, toLongArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, addAll, addElements, addElements, getElements, indexOf, iterator, lastIndexOf, listIterator, longListIterator, longListIterator, longSubList, removeElements, removeLong, size, subListadd, add, addAll, addAll, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAll, set, toArray, toArraycompareTopublic static final long serialVersionUID
protected final LongBigList l
protected final long from
protected long to
public AbstractLongBigList.LongSubBigList(LongBigList l, long from, long to)
public boolean add(long k)
add in interface it.unimi.dsi.fastutil.longs.LongCollectionadd in interface it.unimi.dsi.fastutil.longs.LongListadd in class it.unimi.dsi.fastutil.longs.AbstractLongListpublic void add(int index,
long k)
add in interface it.unimi.dsi.fastutil.longs.LongListadd in class it.unimi.dsi.fastutil.longs.AbstractLongListpublic long getLong(long index)
LongBigListgetLong in interface LongBigListindex - a position in the list.List.get(int)public long removeLong(long index)
LongBigListremoveLong in interface LongBigListremoveLong in class AbstractLongBigListindex - a position in the list.List.remove(int)public long set(int index,
long k)
set in interface it.unimi.dsi.fastutil.longs.LongListset in class it.unimi.dsi.fastutil.longs.AbstractLongListpublic void clear()
clear in interface Collection<Long>clear in interface List<Long>clear in class AbstractCollection<Long>public long length()
LongBigListlength in interface LongBigListList.size()public it.unimi.dsi.fastutil.longs.LongListIterator listIterator(int index)
listIterator in interface it.unimi.dsi.fastutil.longs.LongListlistIterator in interface List<Long>listIterator in class it.unimi.dsi.fastutil.longs.AbstractLongListCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.