org.terracotta.context
Class WeakIdentityHashMap<K,V>
java.lang.Object
org.terracotta.context.WeakIdentityHashMap<K,V>
public class WeakIdentityHashMap<K,V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeakIdentityHashMap
public WeakIdentityHashMap()
get
public V get(K key)
putIfAbsent
public V putIfAbsent(K key,
V value)
createReference
protected Reference<K> createReference(K key,
ReferenceQueue<? super K> queue)
Copyright © 2016. All Rights Reserved.