public class PageList<E>
extends java.util.ArrayList<E>
| 限定符和类型 | 方法和说明 |
|---|---|
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, trimToSizepublic PageList()
public PageList(java.util.Collection<? extends E> collection, int total)
Copyright © 2019. All Rights Reserved.