toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external.units.collections
Package-level
declarations
Types
Types
Long
To
Object
Hash
Map
Link copied to clipboard
open
class
LongToObjectHashMap
<
V
>
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>
.
Read
Only
Primitive
Long
Set
Link copied to clipboard
open
class
ReadOnlyPrimitiveLongSet
:
Iterable
<
T
>
A read-only set of unique primitive
long
values.