org.terracotta.offheapstore.util
Class WeakIdentityHashMap<K,V>
java.lang.Object
org.terracotta.offheapstore.util.WeakIdentityHashMap<K,V>
public class WeakIdentityHashMap<K,V>
- extends Object
- Author:
- Chris Dennis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeakIdentityHashMap
public WeakIdentityHashMap()
WeakIdentityHashMap
public WeakIdentityHashMap(WeakIdentityHashMap.ReaperTask<V> reaperTask)
put
public V put(K key,
V value)
get
public V get(K key)
remove
public V remove(K key)
entries
public Iterator<Map.Entry<K,V>> entries()
values
public Iterator<V> values()
reap
public void reap()
Copyright © 2016. All Rights Reserved.