Class MapToolkit.IntEntry<K>

java.lang.Object
org.openjdk.jmc.common.collection.EntryHashMap.Entry<K>
org.openjdk.jmc.common.collection.MapToolkit.IntEntry<K>
Type Parameters:
K - key type
All Implemented Interfaces:
Comparable<MapToolkit.IntEntry<K>>
Enclosing class:
MapToolkit

public static class MapToolkit.IntEntry<K> extends EntryHashMap.Entry<K> implements Comparable<MapToolkit.IntEntry<K>>
A map entry used to store integer values. Used by maps created with MapToolkit.createIntMap(int, float).
  • Method Details

    • compareTo

      public int compareTo(MapToolkit.IntEntry<K> o)
      Specified by:
      compareTo in interface Comparable<K>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getValue

      public int getValue()
      Get the entry value.
      Returns:
      the value corresponding to this entry
    • setValue

      public void setValue(int value)
      Set the entry value.
      Parameters:
      value - the value corresponding to this entry