Uses of Class
org.apache.lucene.util.WeakIdentityMap.IdentityWeakReference
Packages that use WeakIdentityMap.IdentityWeakReference
-
Uses of WeakIdentityMap.IdentityWeakReference in org.apache.lucene.util
Fields in org.apache.lucene.util with type parameters of type WeakIdentityMap.IdentityWeakReferenceModifier and TypeFieldDescriptionprivate final Map
<WeakIdentityMap.IdentityWeakReference, V> WeakIdentityMap.backingStore
Constructor parameters in org.apache.lucene.util with type arguments of type WeakIdentityMap.IdentityWeakReferenceModifierConstructorDescriptionprivate
WeakIdentityMap
(Map<WeakIdentityMap.IdentityWeakReference, V> backingStore, boolean reapOnRead) Private only constructor, to create use the static factory methods.