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