Package io.objectbox.query
Class LazyList.LazyIterator
java.lang.Object
io.objectbox.query.LazyList.LazyIterator
- All Implemented Interfaces:
Iterator<E>
,ListIterator<E>
-
Constructor Details
-
LazyIterator
public LazyIterator(int startLocation)
-
-
Method Details
-
add
- Specified by:
add
in interfaceListIterator<E>
-
hasPrevious
public boolean hasPrevious()FIXME: before hasPrevious(), next() must be called.- Specified by:
hasPrevious
in interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<E>
-
previous
FIXME: before previous(), next() must be called.- Specified by:
previous
in interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<E>
-
set
- Specified by:
set
in interfaceListIterator<E>
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-