Class HxmMap.Entry

java.lang.Object
com.hexaly.modeler.HxmMap.Entry
Enclosing class:
HxmMap

public static class HxmMap.Entry extends Object
An HxmMap entry (key, value) pair.
  • Method Details

    • getKey

      public HxmValue getKey()
      Returns the key corresponding to this entry.
      Returns:
      The key corresponding to this entry.
    • getValue

      public HxmValue getValue()
      Returns the value corresponding to this entry.
      Returns:
      The value corresponding to this entry.
    • hashCode

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

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