Package io.usethesource.capsule.core
Class PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
- java.lang.Object
-
- io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator<K,V>
-
- io.usethesource.capsule.core.PersistentTrieMap.MapKeyIterator<K,V>
-
- io.usethesource.capsule.core.PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- PersistentTrieMap.TransientTrieMap<K,V>
public static class PersistentTrieMap.TransientTrieMap.TransientMapKeyIterator<K,V> extends PersistentTrieMap.MapKeyIterator<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PersistentTrieMap.TransientTrieMap<K,V>collection(package private) KlastKey-
Fields inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
currentValueCursor, currentValueLength, currentValueNode, nodes
-
-
Constructor Summary
Constructors Constructor Description TransientMapKeyIterator(PersistentTrieMap.TransientTrieMap<K,V> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Knext()voidremove()-
Methods inherited from class io.usethesource.capsule.core.PersistentTrieMap.AbstractMapIterator
hasNext
-
-
-
-
Field Detail
-
collection
final PersistentTrieMap.TransientTrieMap<K,V> collection
-
lastKey
K lastKey
-
-
Constructor Detail
-
TransientMapKeyIterator
public TransientMapKeyIterator(PersistentTrieMap.TransientTrieMap<K,V> collection)
-
-
Method Detail
-
next
public K next()
- Specified by:
nextin interfacejava.util.Iterator<K>- Overrides:
nextin classPersistentTrieMap.MapKeyIterator<K,V>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<K>- Overrides:
removein classPersistentTrieMap.AbstractMapIterator<K,V>
-
-