Package io.usethesource.capsule.core
Class PersistentTrieMap.TransientTrieMap.TransientMapValueIterator<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.MapValueIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapValueIterator<K,V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
PersistentTrieMap.TransientTrieMap<K,
V>
public static class PersistentTrieMap.TransientTrieMap.TransientMapValueIterator<K,V>
extends PersistentTrieMap.MapValueIterator<K,V>
-
Field Summary
FieldsFields inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
Constructor Summary
ConstructorsConstructorDescriptionTransientMapValueIterator
(PersistentTrieMap.TransientTrieMap<K, V> collection) -
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
-
-
Constructor Details
-
TransientMapValueIterator
-
-
Method Details