Rice Pastry API

rice.p2p.util
Class TimerWeakHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.WeakHashMap<K,V>
          extended by rice.p2p.util.TimerWeakHashMap<K,V>
All Implemented Interfaces:
java.util.Map<K,V>

public class TimerWeakHashMap<K,V>
extends java.util.WeakHashMap<K,V>

Weak hash map that holds hard link to keys for a minimum time.

Author:
Jeff Hoye

Nested Class Summary
static class TimerWeakHashMap.HardLinkTimerTask
           
 
Constructor Summary
TimerWeakHashMap(Timer t, int delay)
           
 
Method Summary
 V put(K key, V val)
           
 void refresh(java.lang.Object key)
           
 void refresh(java.lang.Object key, int delay)
           
 
Methods inherited from class java.util.WeakHashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TimerWeakHashMap

public TimerWeakHashMap(Timer t,
                        int delay)
Method Detail

put

public V put(K key,
             V val)
Specified by:
put in interface java.util.Map<K,V>
Overrides:
put in class java.util.WeakHashMap<K,V>

refresh

public void refresh(java.lang.Object key)

refresh

public void refresh(java.lang.Object key,
                    int delay)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection