Package | Description |
---|---|
com.hazelcast.util.collection |
The Agrona project backport: collections.
|
Modifier and Type | Method and Description |
---|---|
V |
Long2ObjectHashMap.computeIfAbsent(long key,
LongFunction<? extends V> mappingFunction)
Get a value for a given key, or if it does ot exist then default the value via a
LongFunction
and put it in the map. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.