public class WeakValuedIdentityMap<Key,Value> extends WeakValuedMap<Key,Value>
WeakValuedMap.KeyedReference<Key,Value>| Constructor and Description |
|---|
WeakValuedIdentityMap() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> |
newMap()
Construct the backing store map for this WeakValuedMap.
|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, valuesprotected java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> newMap()
WeakValuedMapnewMap in class WeakValuedMap<Key,Value>Copyright © 2001-2022 JRuby. All Rights Reserved.