|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface BaseIterator
Common interface for BlockIterator and StoredIterator.
Method Summary | |
---|---|
ListIterator |
dup()
Duplicate a cursor. |
boolean |
isCurrentData(Object currentData)
Returns whether the given data is the current iterator data. |
boolean |
moveToIndex(int index)
Initializes a list iterator at the given index. |
Methods inherited from interface java.util.ListIterator |
---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
---|
ListIterator dup()
boolean isCurrentData(Object currentData)
boolean moveToIndex(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |