Package edu.wpi.first.units.collections
package edu.wpi.first.units.collections
-
ClassDescriptionA 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 aMap<Long, V>
.Interface for map iterator function.A read-only set of unique primitivelong
values.