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 .
|