Class PersistentTrieMap.MapEntryIterator<K,V>

java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.MapEntryIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Direct Known Subclasses:
PersistentTrieMap.TransientTrieMap.TransientMapEntryIterator
Enclosing class:
PersistentTrieMap<K,V>

protected static class PersistentTrieMap.MapEntryIterator<K,V> extends PersistentTrieMap.AbstractMapIterator<K,V> implements Iterator<Map.Entry<K,V>>