Class PersistentTrieMap.MapValueIterator<K,V>

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

protected static class PersistentTrieMap.MapValueIterator<K,V> extends PersistentTrieMap.AbstractMapIterator<K,V> implements Iterator<V>