Class ListMapIterator<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.hashmap.ListMapIterator<K,V>
-
-
Constructor Summary
Constructors Constructor Description ListMapIterator(ListMap<K,V> listMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Pair<K,V>
next()
void
remove()
-