private class StrongInternPool.IdentityHashSetIterator
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 |
(package private) java.lang.Object[] |
table |
| Modifier | Constructor and Description |
|---|---|
private |
IdentityHashSetIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |