Uses of Class
org.agrona.collections.Long2ObjectHashMap
Packages that use Long2ObjectHashMap
Package
Description
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.collectionsMethods in org.agrona.collections with parameters of type Long2ObjectHashMapModifier and TypeMethodDescriptionvoidLong2ObjectHashMap.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 Long2ObjectHashMapModifierConstructorDescriptionLong2NullableObjectHashMap(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.