public class SoftHashMap<K,V> extends ReferenceMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
SoftHashMap() |
SoftHashMap(int initialCapacity) |
SoftHashMap(int initialCapacity,
float loadFactor) |
SoftHashMap(Map<K,V> t) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, entrySet, get, isEmpty, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeclone, containsValue, equals, hashCode, keySet, putAll, toString, valuescontainsValue, equals, forEach, getOrDefault, hashCode, keySet, putAll, valuesCopyright © 2024 fossc. All rights reserved.