public class PageList<E> extends ArrayList<E>
modCount| 构造器和说明 |
|---|
PageList() |
PageList(Collection<? extends E> c,
int total) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getTotal() |
void |
setTotal(int total) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic PageList()
public PageList(Collection<? extends E> c, int total)
Copyright © 2017. All Rights Reserved.