|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.UsageMap.PageCursor
public final class UsageMap.PageCursor
Utility class to traverse over the pages in the UsageMap. Remains valid in the face of usage map modifications.
Method Summary | |
---|---|
void |
afterLast()
After calling this method, getPreviousPage() will return the last page in the map |
void |
beforeFirst()
After calling this method, getNextPage() will return the first page in the map |
int |
getNextPage()
|
int |
getPreviousPage()
|
UsageMap |
getUsageMap()
|
boolean |
isUpToDate()
Returns true if this cursor is up-to-date with respect to its usage map. |
void |
reset()
After calling this method, getNextPage will return the first page in the map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public UsageMap getUsageMap()
public boolean isUpToDate()
true
if this cursor is up-to-date with respect to its usage map.
public int getNextPage()
RowId.LAST_PAGE_NUMBER
otherwisepublic int getPreviousPage()
RowId.FIRST_PAGE_NUMBER
otherwisepublic void reset()
public void beforeFirst()
getNextPage()
will return the first page in the map
public void afterLast()
getPreviousPage()
will return the last page in the map
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |