public class WeakValuedIdentityMap<Key,Value> extends WeakValuedMap<Key,Value>
WeakValuedMap.KeyedReference<Key,Value>| Constructor and Description |
|---|
WeakValuedIdentityMap() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Key,WeakValuedMap.KeyedReference<Key,Value>> |
newMap()
Construct the backing store map for this WeakValuedMap.
|
clear, get, put, sizeprotected Map<Key,WeakValuedMap.KeyedReference<Key,Value>> newMap()
WeakValuedMapnewMap in class WeakValuedMap<Key,Value>Copyright © 2001-2017 JRuby. All Rights Reserved.