public class EmptyCloseableIteration<T,E extends Exception> extends Object implements info.aduna.iteration.CloseableIteration<T,E>
EmptyCloseableIteration()
void
close()
boolean
hasNext()
T
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyCloseableIteration()
public void close() throws E extends Exception
close
info.aduna.iteration.CloseableIteration<T,E extends Exception>
E extends Exception
public boolean hasNext() throws E extends Exception
hasNext
info.aduna.iteration.Iteration<T,E extends Exception>
public T next() throws E extends Exception
next
public void remove() throws E extends Exception
remove
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.