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, values
protected java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> newMap()
WeakValuedMap
newMap
in class WeakValuedMap<Key,Value>
Copyright © 2001-2020 JRuby. All Rights Reserved.