jxl.util
Class SoftValueHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by jxl.util.SoftValueHashMap<K,V>
All Implemented Interfaces:
java.util.Map<K,V>

public class SoftValueHashMap<K,V>
extends java.util.AbstractMap<K,V>

Author:
Alex Lynch

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
SoftValueHashMap()
          Creates a new instance of SoftValueHashMap
 
Method Summary
 java.util.Set<java.util.Map.Entry<K,V>> entrySet()
           
 V put(K k, V v)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftValueHashMap

public SoftValueHashMap()
Creates a new instance of SoftValueHashMap

Method Detail

entrySet

public java.util.Set<java.util.Map.Entry<K,V>> entrySet()
Specified by:
entrySet in interface java.util.Map<K,V>
Specified by:
entrySet in class java.util.AbstractMap<K,V>

put

public V put(K k,
             V v)
Specified by:
put in interface java.util.Map<K,V>
Overrides:
put in class java.util.AbstractMap<K,V>