expect abstract class ConcurrentMap( initialCapacity: Int = 32 ) : MutableMap { fun remove(key: Key, value: Value): Boolean }