protected class Array2DHashSet.SetIterator extends Object implements Iterator<T>
SetIterator(T[] data)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SetIterator(T[] data)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 1992–2022 Daniel Sun. All rights reserved.