edu.emory.mathcs.util.collections
Class VolatileHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byedu.emory.mathcs.util.collections.WeakValueMap
          extended byedu.emory.mathcs.util.collections.WeakValueHashMap
              extended byedu.emory.mathcs.util.collections.VolatileHashMap
All Implemented Interfaces:
java.util.Map

Deprecated. use WeakValueHashMap

public class VolatileHashMap
extends WeakValueHashMap

Version:
1.0
Author:
Dawid Kurzyniec

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
VolatileHashMap()
          Deprecated.  
VolatileHashMap(int initialCapacity)
          Deprecated.  
VolatileHashMap(int initialCapacity, float loadFactor)
          Deprecated.  
VolatileHashMap(java.util.Map t)
          Deprecated.  
 
Methods inherited from class edu.emory.mathcs.util.collections.WeakValueHashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, put, putAll, remove, size
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, keySet, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, keySet, values
 

Constructor Detail

VolatileHashMap

public VolatileHashMap(int initialCapacity,
                       float loadFactor)
Deprecated. 

VolatileHashMap

public VolatileHashMap(int initialCapacity)
Deprecated. 

VolatileHashMap

public VolatileHashMap()
Deprecated. 

VolatileHashMap

public VolatileHashMap(java.util.Map t)
Deprecated.