shortObjectMapOf

inline fun <V> shortObjectMapOf(): @Unmodifiable Short2ObjectMap<V>
inline fun <V> shortObjectMapOf(k: Short, v: V): @Unmodifiable Short2ObjectMap<V>