OverridableSet

constructor(keyMapper: (V) -> K, mapCreator: () -> MutableMap<K, V> = { HashMap() })