Class PersistentTrieMap.TrieMapNodeIterator<K,V>

java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.TrieMapNodeIterator<K,V>
All Implemented Interfaces:
Iterator<PersistentTrieMap.AbstractMapNode<K,V>>
Enclosing class:
PersistentTrieMap<K,V>

private static class PersistentTrieMap.TrieMapNodeIterator<K,V> extends Object implements Iterator<PersistentTrieMap.AbstractMapNode<K,V>>
Iterator that first iterates over inlined-values and then continues depth first recursively.