Package org.datanucleus.store.query
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
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<E>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<E>
-
previous
- Specified by:
previous
in interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<E>
-
add
- Specified by:
add
in interfaceListIterator<E>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<E>
-