Class InMemoryQueryResult.ResultIterator
java.lang.Object
org.datanucleus.store.query.inmemory.InMemoryQueryResult.ResultIterator
- All Implemented Interfaces:
Iterator, ListIterator
- Enclosing class:
InMemoryQueryResult
-
Field Details
-
resultIter
Iterator resultIter
-
-
Constructor Details
-
ResultIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator- Specified by:
hasNextin interfaceListIterator
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-