Uses of Interface
com.hazelcast.client.impl.protocol.util.Int2ObjectHashMap.Supplier

Packages that use Int2ObjectHashMap.Supplier
com.hazelcast.client.impl.protocol.util Protocol utils 
 

Uses of Int2ObjectHashMap.Supplier in com.hazelcast.client.impl.protocol.util
 

Methods in com.hazelcast.client.impl.protocol.util with parameters of type Int2ObjectHashMap.Supplier
 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.