T - 元素类型public class RandomAccessPartition<T> extends Partition<T> implements RandomAccess
modCount| Constructor and Description |
|---|
RandomAccessPartition(List<T> list,
int size)
构造
|
get, isEmpty, sizeadd, 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 RandomAccessPartition(List<T> list, int size)
list - 被分区的列表,必须实现RandomAccesssize - 每个分区的长度Copyright © 2025. All rights reserved.