Class CompactHashMapIterator<K,V>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.hashmap.CompactHashMapIterator<K,V>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CompactHashMapIterator.Pointer
private final KeyFunction
<K, V> private final Stack
<CompactHashMapIterator.Pointer> -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
keyFunction
-
stack
-
subIterator
-
current
-
next
-
-
Constructor Details
-
CompactHashMapIterator
CompactHashMapIterator(Object[] elems, KeyFunction<K, V> keyFunction)
-
-
Method Details