Uses of Class
org.openjdk.jmc.common.collection.KeyInValueMap
Packages that use KeyInValueMap
-
Uses of KeyInValueMap in org.openjdk.jmc.common.collection
Subclasses of KeyInValueMap in org.openjdk.jmc.common.collectionModifier 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.