Class SoftHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.pushingpixels.radiance.theming.internal.utils.SoftHashMap<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>

class SoftHashMap<K,V> extends AbstractMap<K,V> implements Serializable
The original implementation is taken from The Java Specialists' Newsletter [Issue 098] with permission of the original author. Tweaked code by Endre Stolsvik was contributed in December 2009.