|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
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 |
protected void |
reset(boolean moveForward)
Resets this page cursor for traversing the given direction. |
protected void |
restorePosition(int curPageNumber,
int prevPageNumber)
Restores a current and previous position for the cursor. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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
protected void reset(boolean moveForward)
protected void restorePosition(int curPageNumber, int prevPageNumber)
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |