protected class LazyList.LazyIterator extends java.lang.Object implements CloseableListIterator<E>
Constructor and Description |
---|
LazyList.LazyIterator(int startLocation,
boolean closeWhenDone) |
public LazyList.LazyIterator(int startLocation, boolean closeWhenDone)
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<E>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<E>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<E>
public boolean hasNext()
public E next()
public void remove()
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
Available under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.