class AbstractHashSetRVM.SetIterator extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
bucketIndex |
private AbstractHashSetRVM.AbstractBucket<T> |
next |
private int |
numVisited |
Constructor and Description |
---|
SetIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int bucketIndex
private AbstractHashSetRVM.AbstractBucket<T> next
private int numVisited
SetIterator()