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:
addin interfaceListIterator<E>
-
hasPrevious
public boolean hasPrevious()FIXME: before hasPrevious(), next() must be called.- Specified by:
hasPreviousin interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previous
FIXME: before previous(), next() must be called.- Specified by:
previousin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
set
- Specified by:
setin interfaceListIterator<E>
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-