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 PersistentTrieSet.AbstractSetIterator
currentValueCursor, currentValueLength, currentValueNode, nodes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PersistentTrieSet.AbstractSetIterator
hasNext, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
SetKeyIterator
SetKeyIterator(PersistentTrieSet.AbstractSetNode<K> rootNode)
-
-
Method Details
-
next
-