Uses of Interface
org.agrona.collections.IntIntFunction
-
Packages that use IntIntFunction Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of IntIntFunction in org.agrona.collections
Methods in org.agrona.collections with parameters of type IntIntFunction Modifier and Type Method Description int
Int2IntHashMap. merge(int key, int value, IntIntFunction remappingFunction)
Primitive specialised version ofMap.merge(Object, Object, BiFunction)
.int
Object2IntHashMap. merge(K key, int value, IntIntFunction remappingFunction)
If the specified key is not already associated with a value associates it with the given value.void
Int2IntHashMap. replaceAllInt(IntIntFunction function)
Primitive specialised version ofMap.replaceAll(BiFunction)
.
-