| Package | Description | 
|---|---|
| org.apache.lucene.util | Some utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> WeakIdentityMap<K,V> | WeakIdentityMap. newConcurrentHashMap()Creates a new  WeakIdentityMapbased on aConcurrentHashMap. | 
| static <K,V> WeakIdentityMap<K,V> | WeakIdentityMap. newConcurrentHashMap(boolean reapOnRead)Creates a new  WeakIdentityMapbased on aConcurrentHashMap. | 
| static <K,V> WeakIdentityMap<K,V> | WeakIdentityMap. newHashMap()Creates a new  WeakIdentityMapbased on a non-synchronizedHashMap. | 
| static <K,V> WeakIdentityMap<K,V> | WeakIdentityMap. newHashMap(boolean reapOnRead)Creates a new  WeakIdentityMapbased on a non-synchronizedHashMap. | 
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.