public static class BigList.Block<T> extends GapList<T>
DEFAULT_CAPACITY| Constructor and Description |
|---|
BigList.Block() |
BigList.Block(BigList.Block<T> that) |
BigList.Block(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShared() |
BigList.Block<T> |
ref()
Increment reference count as block is used by one BigList instance more.
|
void |
unref()
Decrement reference count as block is no longer used by one BigList instance.
|
add, add, binarySearch, capacity, clone, copy, create, create, create, doCreate, EMPTY, ensureCapacity, get, getAll, getAll, getDefaultElem, init, init, init, mappedList, remove, size, sort, trimToSize, unmodifiableListaddAll, addAll, addAll, addAll, addArray, addArray, addFirst, addIfAbsent, addLast, addMult, addMult, binarySearch, clear, contains, containsAll, containsAny, copy, descendingIterator, drag, element, equals, extract, extractWhere, fill, filter, getArray, getCount, getDistinct, getFirst, getLast, getWhere, hashCode, indexOf, indexOf, initAll, initAll, initArray, initMult, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, move, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, put, putAll, putAll, putArray, putMult, remove, remove, remove, removeAll, removeAll, removeAll, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, removeWhere, replaceAll, replaceAll, replaceArray, replaceMult, resize, retainAll, retainAll, retainWhere, reverse, reverse, rotate, rotate, set, setAll, setAll, setArray, setMult, sort, swap, toArray, toArray, toArray, toString, transferCopy, transferMove, transferRemove, transferSwappublic BigList.Block()
public BigList.Block(int capacity)
public BigList.Block(BigList.Block<T> that)
public boolean isShared()
public BigList.Block<T> ref()
public void unref()