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