Class PersistentTrieMap.MapKeyIterator<K,V>

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

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