Iterator<T>
SingletonIterator(T thing)
static <T> SingletonIterator<T>
create(T thing)
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove