Uses of Class
org.apache.uima.internal.util.WeakIdentityMap
-
Uses of WeakIdentityMap in org.apache.uima.internal.util
Modifier and TypeMethodDescriptionstatic <K,
V> WeakIdentityMap <K, V> WeakIdentityMap.newConcurrentHashMap()
Creates a newWeakIdentityMap
based on aConcurrentHashMap
.static <K,
V> WeakIdentityMap <K, V> WeakIdentityMap.newConcurrentHashMap
(boolean reapOnRead) Creates a newWeakIdentityMap
based on aConcurrentHashMap
.static <K,
V> WeakIdentityMap <K, V> WeakIdentityMap.newHashMap()
Creates a newWeakIdentityMap
based on a non-synchronizedHashMap
.static <K,
V> WeakIdentityMap <K, V> WeakIdentityMap.newHashMap
(boolean reapOnRead) Creates a newWeakIdentityMap
based on a non-synchronizedHashMap
.