org.mapdb / BTreeMap / entryIterator

entryIterator

fun entryIterator(): MutableIterator<MutableEntry<K, V?>>
fun entryIterator(lo: K?, loInclusive: Boolean, hi: K?, hiInclusive: Boolean): MutableIterator<MutableEntry<K, V?>>