public static final class CollectionsX.OneIterator<E> extends Object implements Iterator<E>
CollectionsX.OneIterator(E one)
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionsX.OneIterator(E one)
public final boolean hasNext()
hasNext
Iterator<E>
public final E next()
next
public final void remove()
remove
Copyright © 2015. All rights reserved.