Long To Object Hash Map
A variant on java.util.HashMap<K, V>
that uses primitive long ints for map keys instead of autoboxed Long objects like would be used for a Map<Long, V>
.
Since
1.0.0-pre
Parameters
<V>
the type of the values stored in the map