Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<WeakIdentityMap.IdentityWeakReference,V> |
WeakIdentityMap.backingStore |
Constructor and Description |
---|
WeakIdentityMap(java.util.Map<WeakIdentityMap.IdentityWeakReference,V> backingStore,
boolean reapOnRead)
Private only constructor, to create use the static factory methods.
|