Iterator<T>
Iter.singletonIterator(T)
static <X> Iterator<X>
create(X item)
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove