K - map key classV - map value classpublic interface DefaultValueProvider<K,V> extends Serializable
ChronicleMapBuilder.defaultValueProvider(DefaultValueProvider) configuration.| Modifier and Type | Method and Description |
|---|---|
V |
get(K key)
Returns a value to be put during
ChronicleMap.acquireUsing(Object, Object) call
for the specified key, if it is absent in the map. |
V get(K key)
ChronicleMap.acquireUsing(Object, Object) call
for the specified key, if it is absent in the map.key - key absent in the mapCopyright © 2015. All rights reserved.