private class StaticBucketMap.EntryIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private int |
bucket |
private java.util.ArrayList |
current |
private java.util.Map.Entry |
last |
Modifier | Constructor and Description |
---|---|
private |
EntryIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
protected java.util.Map.Entry |
nextEntry() |
void |
remove() |
private java.util.ArrayList current
private int bucket
private java.util.Map.Entry last
public boolean hasNext()
hasNext
in interface java.util.Iterator
protected java.util.Map.Entry nextEntry()
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator