Uses of Class
org.onehippo.cms7.util.WeakIdentityMap
-
Packages that use WeakIdentityMap Package Description org.onehippo.cms7.util -
-
Uses of WeakIdentityMap in org.onehippo.cms7.util
Methods in org.onehippo.cms7.util that return WeakIdentityMap Modifier and Type Method Description static <K,V>
WeakIdentityMap<K,V>WeakIdentityMap. newConcurrentHashMap()
Creates a newWeakIdentityMap
based on aConcurrentHashMap
.static <K,V>
WeakIdentityMap<K,V>WeakIdentityMap. newHashMap()
Creates a newWeakIdentityMap
based on a non-synchronizedHashMap
.
-