private class PatriciaTrie.SingletonIterator extends Object implements Iterator<Map.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
private PatriciaTrie.TrieEntry<K,V> |
entry |
private int |
hit |
| Constructor and Description |
|---|
SingletonIterator(PatriciaTrie.TrieEntry<K,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Map.Entry<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate final PatriciaTrie.TrieEntry<K,V> entry
private int hit
public SingletonIterator(PatriciaTrie.TrieEntry<K,V> entry)