Package io.usethesource.capsule.core
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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Deque
<Iterator<? extends PersistentTrieMap.AbstractMapNode<K, V>>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nodeIteratorStack
-
-
Constructor Details
-
TrieMapNodeIterator
TrieMapNodeIterator(PersistentTrieMap.AbstractMapNode<K, V> rootNode)
-
-
Method Details