Package com.hexaly.modeler
Class HxmMap.Entry
- java.lang.Object
-
- com.hexaly.modeler.HxmMap.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)HxmValuegetKey()Returns the key corresponding to this entry.HxmValuegetValue()Returns the value corresponding to this entry.inthashCode()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-