Package io.usethesource.capsule.core
Class PersistentTrieSet.TrieSetNodeIterator<K>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieSet.TrieSetNodeIterator<K>
- All Implemented Interfaces:
Iterator<PersistentTrieSet.AbstractSetNode<K>>
- Enclosing class:
PersistentTrieSet<K>
private static class PersistentTrieSet.TrieSetNodeIterator<K>
extends Object
implements Iterator<PersistentTrieSet.AbstractSetNode<K>>
Iterator that first iterates over inlined-values and then continues depth first recursively.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Deque
<Iterator<? extends PersistentTrieSet.AbstractSetNode<K>>> -
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
-
TrieSetNodeIterator
TrieSetNodeIterator(PersistentTrieSet.AbstractSetNode<K> rootNode)
-
-
Method Details