private abstract class FastCopyHashMap.FastCopyHashMapIterator<E>
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) FastCopyHashMap.Entry<K,V>[] |
table |
| Modifier | Constructor and Description |
|---|---|
private |
FastCopyHashMapIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected FastCopyHashMap.Entry<K,V> |
nextEntry() |
void |
remove() |
private int next
private int expectedCount
private int current
private boolean hasNext
FastCopyHashMap.Entry<K,V>[] table
public boolean hasNext()
hasNext in interface java.util.Iterator<E>protected FastCopyHashMap.Entry<K,V> nextEntry()
public void remove()
remove in interface java.util.Iterator<E>