public class UnitValueBoxPair extends Object
Constructor and Description |
---|
UnitValueBoxPair(Unit unit,
ValueBox valueBox)
Constructs a UnitValueBoxPair form a Unit object and a ValueBox object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Two UnitValueBoxPairs are equal iff they the Unit they hold are 'equal' and the ValueBoxes they hold are 'equal'.
|
Unit |
getUnit() |
ValueBox |
getValueBox() |
int |
hashCode() |
String |
toString() |
Copyright © 2020 Sable. All rights reserved.