Class HashMap.Itr<K,V>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.HashMap.Itr<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<K,V>next()voidremove()
-