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 PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes -
Constructor Summary
ConstructorsConstructorDescriptionTransientMapValueIterator(PersistentTrieMap.TransientTrieMap<K, V> collection) -
Method Summary
Methods inherited from class PersistentTrieMap.AbstractMapIterator
hasNextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext
-
Field Details
-
collection
-
-
Constructor Details
-
TransientMapValueIterator
-
-
Method Details
-
next
-
remove
-