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
WeakIdentityMap based on a ConcurrentHashMap . |
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newConcurrentHashMap(boolean reapOnRead)
Creates a new
WeakIdentityMap based on a ConcurrentHashMap . |
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newHashMap()
Creates a new
WeakIdentityMap based on a non-synchronized HashMap . |
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newHashMap(boolean reapOnRead)
Creates a new
WeakIdentityMap based on a non-synchronized HashMap . |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.