Class PersistentTrieMap.MapKeyIterator<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
io.usethesource.capsule.core.PersistentTrieMap.MapKeyIterator<K,V>
- All Implemented Interfaces:
Iterator<K>
- Direct Known Subclasses:
PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator
- Enclosing class:
PersistentTrieMap<K,V>
protected static class PersistentTrieMap.MapKeyIterator<K,V>
extends PersistentTrieMap.AbstractMapIterator<K,V>
implements Iterator<K>
-
Field Summary
Fields inherited from class PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PersistentTrieMap.AbstractMapIterator
hasNext, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
MapKeyIterator
MapKeyIterator(PersistentTrieMap.AbstractMapNode<K, V> rootNode)
-
-
Method Details
-
next
-