K - Key typeV - Value typepublic class SoftHashMap<K,V> extends AbstractSoftMap<K,V>
HashMap implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlentrySet implementation is from
org.hypergraphdb.utilAbstractSoftMap.SoftValue<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>m_aSrcMap| Constructor and Description |
|---|
SoftHashMap() |
clear, entrySet, get, onEntryRemoved, put, remove, sizeclone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2014–2015 Philip Helger. All rights reserved.