public class RecordSet extends ArrayList<Map<String,Serializable>>
Modifier and Type | Field and Description |
---|---|
protected int |
currentPageIndex |
protected int |
numberOfPages |
protected int |
pageSize |
modCount
Constructor and Description |
---|
RecordSet() |
RecordSet(int currentPageIndex,
int pageSize,
int numberOfPages) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPageIndex() |
int |
getNumberOfPages() |
int |
getPageSize() |
boolean |
isPaginable() |
void |
setCurrentPageIndex(int currentPageIndex) |
void |
setNumberOfPages(int numberOfPages) |
void |
setPageSize(int pageSize) |
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
protected int pageSize
protected int currentPageIndex
protected int numberOfPages
public RecordSet()
public RecordSet(int currentPageIndex, int pageSize, int numberOfPages)
public boolean isPaginable()
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageIndex()
public void setCurrentPageIndex(int currentPageIndex)
public int getNumberOfPages()
public void setNumberOfPages(int numberOfPages)
Copyright © 2018 Nuxeo. All rights reserved.