Class ListMapIterator<K,V>

java.lang.Object
com.github.andrewoma.dexx.collection.internal.hashmap.ListMapIterator<K,V>
All Implemented Interfaces:
Iterator<Pair<K,V>>

class ListMapIterator<K,V> extends Object implements Iterator<Pair<K,V>>
Note: this currently iterates in reverse order
  • Field Details

  • Constructor Details

    • ListMapIterator

      ListMapIterator(ListMap<K,V> listMap)
  • Method Details