Package org.apfloat

Class ConcurrentSoftHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.apfloat.ConcurrentSoftHashMap<K,V>
All Implemented Interfaces:
Map<K,V>

class ConcurrentSoftHashMap<K,V> extends AbstractMap<K,V>
Map with an underlying ConcurrentHashMap with softly referenced values. The maximum map size is assumed to be limited so no effort is made to expunge entries for stale values.
Since:
1.6
Version:
1.9.0