MapWithDefaultCompanion

constructor(map: Map<K, E>, default: E)
constructor(elements: Array<E>, keySelector: (E) -> K, default: E)