Class AbstractLazyLoadList.LazyLoadListIterator
java.lang.Object
org.datanucleus.store.query.AbstractLazyLoadList.LazyLoadListIterator
- All Implemented Interfaces:
Iterator<E>, ListIterator<E>
- Enclosing class:
AbstractLazyLoadList<E>
Iterator for the elements of the List.
-
Field Details
-
iteratorIndex
private int iteratorIndex
-
-
Constructor Details
-
LazyLoadListIterator
private LazyLoadListIterator()
-
-
Method Details
-
hasNext
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
add
- Specified by:
addin interfaceListIterator<E>
-
remove
-
set
- Specified by:
setin interfaceListIterator<E>
-