Uses of Class
org.apache.lucene.util.WeakIdentityMap
-
Packages that use WeakIdentityMap Package Description org.apache.lucene.util Some utility classes. -
-
Uses of WeakIdentityMap in org.apache.lucene.util
Methods in org.apache.lucene.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. 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
.
-