T
- 元素类型public class Partition<T> extends AbstractList<List<T>>
Modifier and Type | Field and Description |
---|---|
protected List<T> |
list |
protected int |
size |
modCount
Modifier and Type | Method and Description |
---|---|
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
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2024. All rights reserved.