byteObjectMapOf

inline fun <V> byteObjectMapOf(): Byte2ObjectMap<V>
inline fun <V> byteObjectMapOf(k: Byte, v: V): Byte2ObjectMap<V>