Class PersistentTrieMap.MapEntryIterator<K,V>
java.lang.Object
io.usethesource.capsule.core.PersistentTrieMap.MapEntryIterator<K,V>
- Enclosing class:
PersistentTrieMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected PersistentTrieMap.AbstractMapNode<K, V> -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Field Details
-
currentValueCursor
protected int currentValueCursor -
currentValueLength
protected int currentValueLength -
currentValueNode
-
-
Method Details
-
next
-
hasNext
public boolean hasNext() -
remove
public void remove()
-