Package io.usethesource.capsule.core
Class PersistentTrieMap.MapEntryIterator<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.MapEntryIterator<K,V>
- Direct Known Subclasses:
PersistentTrieMap.TransientTrieMap.TransientMapEntryIterator
- Enclosing class:
PersistentTrieMap<K,
V>
protected static class PersistentTrieMap.MapEntryIterator<K,V>
extends PersistentTrieMap.AbstractMapIterator<K,V>
implements Iterator<Map.Entry<K,V>>
-
Field Summary
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, remove
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, remove