Package | Description |
---|---|
com.hazelcast.client.impl.protocol.util |
Protocol utils
|
Modifier and Type | Method and Description |
---|---|
V |
Int2ObjectHashMap.getOrDefault(int key,
Int2ObjectHashMap.Supplier<V> supplier)
Get a value for a given key, or if it does ot exist then default the value via a
Int2ObjectHashMap.Supplier
and put it in the map. |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.