public abstract class AbstractIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Constructor and Description |
---|
AbstractIterator() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
public void remove()
UnsupportedOperationException
.remove
in interface java.util.Iterator<E>
protected abstract E fetch()
done()
when all
elements have been fetched.done()
.protected final E done()
Copyright © 2017 Carrot Search s.c.. All rights reserved.