class SortedArraySet.Itr extends java.lang.Object implements java.util.Iterator<T>
private int
index
last
private
Itr()
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int index
private int last
private Itr()
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove