Class EntryHashMap.Entry<K>
java.lang.Object
org.openjdk.jmc.common.collection.EntryHashMap.Entry<K>
- Type Parameters:
K
- key type
- Direct Known Subclasses:
MapToolkit.IntEntry
- Enclosing class:
- EntryHashMap<K,
V extends EntryHashMap.Entry<K>>
An entry in an EntryHashMap. Subclass to handle values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
Create an entry.- Parameters:
key
- the key corresponding to this entry
-
-
Method Details
-
getKey
Get the key.- Returns:
- the key corresponding to this entry
-