public interface PagePosition extends Comparable<PagePosition>
| Modifier and Type | Method and Description |
|---|---|
int |
getMessageNr() |
long |
getPageNr() |
long |
getRecordID() |
boolean |
isRightAfter(PagePosition previous)
This will just test if the current position is the immediate next to the parameter position
|
PagePosition |
nextMessage() |
PagePosition |
nextPage() |
void |
setRecordID(long recordID) |
compareTolong getRecordID()
void setRecordID(long recordID)
long getPageNr()
int getMessageNr()
PagePosition nextMessage()
PagePosition nextPage()
boolean isRightAfter(PagePosition previous)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.