Package io.usethesource.capsule.core
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:
java.util.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 java.util.Iterator<K>
-
-
Field Summary
-
Fields inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
-
Constructor Summary
Constructors Constructor Description MapKeyIterator(PersistentTrieMap.AbstractMapNode<K,V> rootNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
-
Methods inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
hasNext, remove
-
-
-
-
Constructor Detail
-
MapKeyIterator
MapKeyIterator(PersistentTrieMap.AbstractMapNode<K,V> rootNode)
-
-