public static class IteratorUtils.SingleIterator<A> extends java.lang.Object implements java.util.Iterator<A>
SingleIterator(A element)
boolean
hasNext()
A
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public SingleIterator(A element)
public boolean hasNext()
hasNext
java.util.Iterator<A>
public A next()
next