public class WeakIdentityHashMap<K,V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WeakIdentityHashMap.Cleanable |
| Constructor and Description |
|---|
WeakIdentityHashMap() |
| Modifier and Type | Method and Description |
|---|---|
protected Reference<K> |
createReference(K key,
ReferenceQueue<? super K> queue) |
V |
get(K key) |
V |
putIfAbsent(K key,
V value) |
V |
remove(K key) |
Copyright © 2018. All rights reserved.