Package io.usethesource.capsule.core
Class PersistentTrieSet.AbstractTransientTrieSet.TransientSetKeyIterator<K>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator<K>
io.usethesource.capsule.core.PersistentTrieSet.SetKeyIterator<K>
io.usethesource.capsule.core.PersistentTrieSet.AbstractTransientTrieSet.TransientSetKeyIterator<K>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
PersistentTrieSet.AbstractTransientTrieSet<K>
public static class PersistentTrieSet.AbstractTransientTrieSet.TransientSetKeyIterator<K>
extends PersistentTrieSet.SetKeyIterator<K>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PersistentTrieSet.AbstractTransientTrieSet
<K> (package private) K
Fields inherited from class io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class io.usethesource.capsule.core.PersistentTrieSet.AbstractSetIterator
hasNext
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
-
Field Details
-
collection
-
lastKey
K lastKey
-
-
Constructor Details
-
TransientSetKeyIterator
-
-
Method Details