T - Type of contained objectspublic static class UESMongoTemplate.PagedList<T>
extends java.util.ArrayList<T>
| Modifier and Type | Field and Description | 
|---|---|
private int | 
pageIndex
Page index. 
 | 
private int | 
pageSize
Page size. 
 | 
private static long | 
serialVersionUID
Serial version UID. 
 | 
private int | 
totalSize
Total object count. 
 | 
| Constructor and Description | 
|---|
UESMongoTemplate.PagedList(int pageIndex,
Creates new instance of PagedList. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
pageIndex()  | 
int | 
pageSize()  | 
int | 
totalSize()  | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize