charObjectMapOf

inline fun <V> charObjectMapOf(): Char2ObjectMap<V>
inline fun <V> charObjectMapOf(k: Char, v: V): Char2ObjectMap<V>