Uses of Class
org.openjdk.jmc.common.collection.MapToolkit.IntEntry
-
Packages that use MapToolkit.IntEntry Package Description org.openjdk.jmc.common.collection -
-
Uses of MapToolkit.IntEntry in org.openjdk.jmc.common.collection
Methods in org.openjdk.jmc.common.collection that return types with arguments of type MapToolkit.IntEntry Modifier and Type Method Description static <K> EntryHashMap<K,MapToolkit.IntEntry<K>>MapToolkit. createIntMap(int initialCapacity, float loadFactor)Create a map for storing integers based on a given key type.Methods in org.openjdk.jmc.common.collection with parameters of type MapToolkit.IntEntry Modifier and Type Method Description intMapToolkit.IntEntry. compareTo(MapToolkit.IntEntry<K> o)
-