|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.paging.AbstractPageableIterator.Pager<T>
public static class AbstractPageableIterator.Pager<T>
The Class Pager.
Constructor Summary | |
---|---|
AbstractPageableIterator.Pager()
Instantiates a new pager. |
Method Summary | |
---|---|
java.util.List<? extends T> |
doPage(AbstractPageableIterator<T> abstractPageableIterator,
int currentPosition,
int pageSize)
Do page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPageableIterator.Pager()
Method Detail |
---|
public java.util.List<? extends T> doPage(AbstractPageableIterator<T> abstractPageableIterator, int currentPosition, int pageSize)
abstractPageableIterator
- the abstract pageable iteratorcurrentPosition
- the current positionpageSize
- the page size
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |