private class StaticBucketMap.BaseIterator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
bucket |
private java.util.ArrayList<java.util.Map.Entry<K,V>> |
current |
private java.util.Map.Entry<K,V> |
last |
| Modifier | Constructor and Description |
|---|---|
private |
BaseIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected java.util.Map.Entry<K,V> |
nextEntry() |
void |
remove() |