Package edu.wpi.first.units.collections
-
Interface Summary Interface Description LongToObjectHashMap.IteratorFunction<V> Interface for map iterator function. -
Class Summary Class Description LongToObjectHashMap<V> A variant onjava.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>
.ReadOnlyPrimitiveLongSet A read-only set of unique primitivelong
values.