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, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic static <E> PartitionList<E> create(List<E> list, int size)
public int size()
Copyright © 2025. All rights reserved.