Class BimodalMap<K,V extends @Nullable Object>
java.lang.Object
com.ibm.wala.util.collections.BimodalMap<K,V>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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