public abstract class AbstractPartition<T>
extends java.util.AbstractList<java.util.List<T>>
Those extending this should pass control of the input to this type and never mutate it nor call any mutation operations on this type.
Modifier | Constructor and Description |
---|---|
protected |
AbstractPartition(java.util.List<T> delegate,
int partitionSize) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
get(int index) |
boolean |
isEmpty() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait