public abstract class SimpleIterator<T> extends Object
SimpleIterator()
void
close()
abstract T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleIterator()
public abstract T next() throws Exception
Exception
public void close() throws Exception
Copyright © 2015. All rights reserved.