Uses of Interface
org.agrona.collections.LongLongFunction
Packages that use LongLongFunction
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of LongLongFunction in org.agrona.collections
Methods in org.agrona.collections with parameters of type LongLongFunctionModifier and TypeMethodDescriptionlongLong2LongHashMap.merge(long key, long value, LongLongFunction remappingFunction) Primitive specialised version ofMap.merge(Object, Object, BiFunction).longObject2LongHashMap.merge(K key, long value, LongLongFunction remappingFunction) If the specified key is not already associated with a value associates it with the given value.voidLong2LongHashMap.replaceAllLong(LongLongFunction function) Primitive specialised version ofMap.replaceAll(BiFunction).