shortObjectMapOf

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