Uses of Interface
org.agrona.collections.LongLongFunction
-
Packages that use LongLongFunction Package Description org.agrona.collections 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 LongLongFunction Modifier and Type Method Description long
Long2LongHashMap. merge(long key, long value, LongLongFunction remappingFunction)
Primitive specialised version ofMap.merge(Object, Object, BiFunction)
.long
Object2LongHashMap. merge(K key, long value, LongLongFunction remappingFunction)
If the specified key is not already associated with a value associates it with the given value.void
Long2LongHashMap. replaceAllLong(LongLongFunction function)
Primitive specialised version ofMap.replaceAll(BiFunction)
.
-