T - public class ChunkArrayList<T> extends ArrayList<T> implements Chunk<T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
elementType |
protected long |
fetch |
protected long |
first |
protected long |
next |
protected long |
total |
modCount| Constructor and Description |
|---|
ChunkArrayList() |
ChunkArrayList(long fetch,
long first,
long next,
long total) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getElementType() |
long |
getFetch() |
long |
getFirst() |
long |
getNext() |
long |
getTotal() |
Chunk<T> |
setElementType(Class<T> elementType) |
Chunk<T> |
setFetch(long fetch) |
Chunk<T> |
setFirst(long first) |
Chunk<T> |
setNext(long next) |
Chunk<T> |
setTotal(long total) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraycontainsAll, equals, hashCodeprotected long fetch
protected long first
protected long next
protected long total
public ChunkArrayList()
public ChunkArrayList(long fetch,
long first,
long next,
long total)
Copyright © 2017–2019 CodeLutin. All rights reserved.