|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.oness.common.all.BaseObject
net.sf.oness.common.model.util.PaginatedListIterator
| Field Summary |
| Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
| Constructor Summary | |
PaginatedListIterator(PaginatedList list)
|
|
| Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
This method follows the rules of Iterator.next() except that it returns null when requesting an element that it's not in the current page. |
void |
remove()
Unsupported operation |
| Methods inherited from class net.sf.oness.common.all.BaseObject |
clone, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PaginatedListIterator(PaginatedList list)
list - | Method Detail |
public boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()public void remove()
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationExceptionIterator.remove()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||