Class EntriesIterator<K,V>

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

class EntriesIterator<K,V> extends TreeIterator<K,V,Pair<K,V>>