Class HxmMap.Entry

  • Enclosing class:
    HxmMap

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      HxmValue getKey()
      Returns the key corresponding to this entry.
      HxmValue getValue()
      Returns the value corresponding to this entry.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object