Uses of Interface
org.agrona.collections.BiInt2ObjectMap.EntryFunction
-
Packages that use BiInt2ObjectMap.EntryFunction Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of BiInt2ObjectMap.EntryFunction in org.agrona.collections
Methods in org.agrona.collections with parameters of type BiInt2ObjectMap.EntryFunction Modifier and Type Method Description V
BiInt2ObjectMap. computeIfAbsent(int keyPartA, int keyPartB, BiInt2ObjectMap.EntryFunction<? extends V> mappingFunction)
If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.
-