Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newConcurrentHashMap() |
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 . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.