Uses of Class
org.agrona.collections.Long2ObjectHashMap
-
Packages that use Long2ObjectHashMap Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of Long2ObjectHashMap in org.agrona.collections
Subclasses of Long2ObjectHashMap in org.agrona.collections Modifier and Type Class Description class
Long2NullableObjectHashMap<V>
Variation ofLong2ObjectHashMap
that allowsnull
values.Methods in org.agrona.collections with parameters of type Long2ObjectHashMap Modifier and Type Method Description void
Long2ObjectHashMap. putAll(Long2ObjectHashMap<? extends V> map)
Put all values from the given map longo this one without allocation.Constructors in org.agrona.collections with parameters of type Long2ObjectHashMap Constructor Description Long2NullableObjectHashMap(Long2ObjectHashMap<V> mapToCopy)
Copy construct a new map from an existing one.Long2ObjectHashMap(Long2ObjectHashMap<V> mapToCopy)
Copy construct a new map from an existing one.
-