public class PartitionList<E> extends AbstractList<List<E>>
modCount
Constructor and Description |
---|
PartitionList(List<E> list,
int size) |
Modifier and Type | Method and Description |
---|---|
static <E> PartitionList<E> |
create(List<E> list,
int size) |
List<E> |
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
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public static <E> PartitionList<E> create(List<E> list, int size)
public int size()
Copyright © 2024. All rights reserved.