Package io.usethesource.capsule.core
Class PersistentTrieSet.SetKeyIterator<K>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator<K>
io.usethesource.capsule.core.PersistentTrieSet.SetKeyIterator<K>
- All Implemented Interfaces:
Iterator<K>
- Direct Known Subclasses:
PersistentTrieSet.AbstractTransientTrieSet.TransientSetKeyIterator
- Enclosing class:
PersistentTrieSet<K>
protected static class PersistentTrieSet.SetKeyIterator<K>
extends PersistentTrieSet.AbstractSetIterator<K>
implements Iterator<K>
-
Field Summary
Fields inherited from class io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator
hasNext, remove
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, hasNext, remove
-
Constructor Details
-
SetKeyIterator
SetKeyIterator(PersistentTrieSet.AbstractSetNode<K> rootNode)
-
-
Method Details