private class FastCopyHashSet.KeyIterator
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private int |
current |
private int |
expectedCount |
private boolean |
hasNext |
private int |
next |
private E[] |
table |
Modifier | Constructor and Description |
---|---|
private |
KeyIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
private int next
private int expectedCount
private int current
private boolean hasNext
private E[] table