Uses of Interface
de.hybris.platform.util.collections.ConcurrentWeakHashMap.LazyValueCreator
-
Packages that use ConcurrentWeakHashMap.LazyValueCreator Package Description de.hybris.platform.util.collections -
-
Uses of ConcurrentWeakHashMap.LazyValueCreator in de.hybris.platform.util.collections
Methods in de.hybris.platform.util.collections with parameters of type ConcurrentWeakHashMap.LazyValueCreator Modifier and Type Method Description VConcurrentWeakHashMap. getOrPut(K key, ConcurrentWeakHashMap.LazyValueCreator<K,V> valueCreator)Checks if a value is already mapped and returns that one.
-