objectShortMapOf

inline fun <K> objectShortMapOf(): @Unmodifiable Object2ShortMap<K>
inline fun <K> objectShortMapOf(k: K, v: Short): @Unmodifiable Object2ShortMap<K>