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 boolean
hasNext()
Pair<K,V>
next()
void
remove()
-