Uses of Class
org.openjdk.jmc.common.collection.EntryHashMap.Entry
Packages that use EntryHashMap.Entry
-
Uses of EntryHashMap.Entry in org.openjdk.jmc.common.collection
Classes in org.openjdk.jmc.common.collection with type parameters of type EntryHashMap.EntryModifier and TypeClassDescriptionclass
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.collectionModifier and TypeClassDescriptionstatic class
A map entry used to store integer values.