public class UnitValueBoxPair
extends java.lang.Object
| Constructor and Description |
|---|
UnitValueBoxPair(Unit unit,
ValueBox valueBox)
Constructs a UnitValueBoxPair form a Unit object and a ValueBox object.
|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - another UnitValueBoxPairpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic Unit getUnit()
public ValueBox getValueBox()