public class ObjectIdentityMap extends java.lang.Object
| Constructor and Description |
|---|
ObjectIdentityMap() |
public ObjectIdentityMap()
public void put(java.lang.Object key, java.lang.Object value)
key - the key to store a value under; an existing value with the key is discardedvalue - the value to storepublic java.lang.Object get(java.lang.Object key)