Uses of Interface
org.agrona.collections.BiInt2ObjectMap.EntryRemap
Packages that use BiInt2ObjectMap.EntryRemap
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of BiInt2ObjectMap.EntryRemap in org.agrona.collections
Methods in org.agrona.collections with parameters of type BiInt2ObjectMap.EntryRemapModifier and TypeMethodDescriptionBiInt2ObjectMap.compute
(int keyPartA, int keyPartB, BiInt2ObjectMap.EntryRemap<? super V, ? extends V> remappingFunction) Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).BiInt2ObjectMap.computeIfPresent
(int keyPartA, int keyPartB, BiInt2ObjectMap.EntryRemap<? super V, ? extends V> remappingFunction) If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.