Package io.usethesource.capsule.core
Class PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.MapKeyIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
PersistentTrieMap.TransientTrieMap<K,
V>
public static class PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
extends PersistentTrieMap.MapKeyIterator<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PersistentTrieMap.TransientTrieMap
<K, V> (package private) K
Fields inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
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
-
TransientMapKeyIterator
-
-
Method Details