public interface Chunk<T> extends Collection<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getElementType() |
long |
getFetch() |
long |
getFirst() |
long |
getNext() |
long |
getTotal() |
static Chunk |
init(long fetch) |
static Chunk |
restart(long fetch,
long last) |
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, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCopyright © 2017–2019 CodeLutin. All rights reserved.