org.mapdb / BTreeMap / tailMap

tailMap

fun tailMap(fromKey: K?, inclusive: Boolean): ConcurrentNavigableMap<K, V>
fun tailMap(fromKey: K): ConcurrentNavigableMap<K, V>