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.Closeableclose in interface java.lang.AutoCloseableAvailable under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.