Class BimodalMap<K, V extends @Nullable Object>
java.lang.Object
com.ibm.wala.util.collections.BimodalMap<K,V>
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BimodalMap
public BimodalMap(int cutoff) - Parameters:
cutoff- the map size at which to switch from the small map implementation to the large map implementation
-
-
Method Details