Package org.apache.avro.util
Class MapUtil
java.lang.Object
org.apache.avro.util.MapUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> V computeIfAbsent
(ConcurrentMap<K, V> map, K key, Function<K, V> mappingFunction) Deprecated.As of JDK 1.9 this issue has been resolved.
-
Method Details
-
computeIfAbsent
@Deprecated public static <K,V> V computeIfAbsent(ConcurrentMap<K, V> map, K key, Function<K, V> mappingFunction) Deprecated.As of JDK 1.9 this issue has been resolved.A temporary workaround for Java 8 specific performance issue JDK-8161372.- See Also:
-