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