public static class SortJoinUtils.ListBasedRestorableIterator extends java.lang.Object implements RestorableIterator
| Modifier and Type | Method and Description |
|---|---|
void |
clearRestorePoint() |
void |
createRestorePoint() |
boolean |
hasNext() |
boolean |
hasRestorePoint() |
java.lang.Object |
next() |
void |
restore() |
public void createRestorePoint()
createRestorePoint in interface Restorablepublic void restore()
restore in interface Restorablepublic boolean hasRestorePoint()
hasRestorePoint in interface Restorablepublic void clearRestorePoint()
clearRestorePoint in interface Restorablepublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator