Package org.wpilib.units.collections
package org.wpilib.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 primitivelongvalues.