- All Implemented Interfaces:
- Iterator<T>
public abstract class AbstractIterator<T>
extends Object
implements Iterator<T>
Rough and ready clone of the Guava AbstractIterator. I just did this
to avoid needing to add the guava dependency. It would be better to
just use quava.