org.mapdb / SortedTableMap / subMap

subMap

fun subMap(fromKey: K?, fromInclusive: Boolean, toKey: K?, toInclusive: Boolean): ConcurrentNavigableMap<K, V>
fun subMap(fromKey: K, toKey: K): ConcurrentNavigableMap<K, V>