public class LocalUnitPair extends Object
Constructor and Description |
---|
LocalUnitPair(Local local,
Unit unit)
Constructs a LocalUnitPair from a Unit object and a Local object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Two LocalUnitPairs are equal iff they hold the same Unit objects and
the same Local objects within them.
|
Local |
getLocal() |
Unit |
getUnit() |
int |
hashCode() |