Uses of Class
org.openjdk.jmc.common.collection.MapToolkit.IntEntry
-
Packages that use MapToolkit.IntEntry Package Description org.openjdk.jmc.common.collection org.openjdk.jmc.flightrecorder.rules.util -
-
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 int
MapToolkit.IntEntry. compareTo(MapToolkit.IntEntry<K> o)
-
Uses of MapToolkit.IntEntry in org.openjdk.jmc.flightrecorder.rules.util
Methods in org.openjdk.jmc.flightrecorder.rules.util that return types with arguments of type MapToolkit.IntEntry Modifier and Type Method Description static <T> java.util.List<MapToolkit.IntEntry<T>>
RulesToolkit. calculateGroupingScore(IItemCollection items, IAccessorFactory<T> accessorFactory)
Each group is represented by the number of elements that belong in that group, elements are grouped by accessor value.Method parameters in org.openjdk.jmc.flightrecorder.rules.util with type arguments of type MapToolkit.IntEntry Modifier and Type Method Description static <T> double
RulesToolkit. calculateBalanceScore(java.util.List<MapToolkit.IntEntry<T>> array)
Calculates a balance for entries, where later elements get a higher relevance than earlier elements.
-