private static class ListUtils.Partition<T>
extends java.util.AbstractList<java.util.List<T>>
List
.Modifier and Type | Field and Description |
---|---|
private java.util.List<T> |
list |
private int |
size |
Modifier | Constructor and Description |
---|---|
private |
Partition(java.util.List<T> list,
int size) |
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