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>>

public abstract static class EntryHashMap.Entry<K> extends Object
An entry in an EntryHashMap. Subclass to handle values.
  • Constructor Details

    • Entry

      public Entry(K key)
      Create an entry.
      Parameters:
      key - the key corresponding to this entry
  • Method Details

    • getKey

      public K getKey()
      Get the key.
      Returns:
      the key corresponding to this entry