Uses of Class
org.openjdk.jmc.common.collection.EntryHashMap.Entry
-
Packages that use EntryHashMap.Entry Package Description org.openjdk.jmc.common.collection org.openjdk.jmc.common.item This package contains theIItem
data model. -
-
Uses of EntryHashMap.Entry in org.openjdk.jmc.common.collection
Classes in org.openjdk.jmc.common.collection with type parameters of type EntryHashMap.Entry Modifier and Type Class Description class
EntryHashMap<K,V extends EntryHashMap.Entry<K>>
A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.Subclasses of EntryHashMap.Entry in org.openjdk.jmc.common.collection Modifier and Type Class Description static class
MapToolkit.IntEntry<K>
A map entry used to store integer values. -
Uses of EntryHashMap.Entry in org.openjdk.jmc.common.item
Subclasses of EntryHashMap.Entry in org.openjdk.jmc.common.item Modifier and Type Class Description private static class
GroupingAggregator.ObjectEntry<K,V>
-