public class LocalUnitPair
extends java.lang.Object
| Constructor and Description |
|---|
LocalUnitPair(Local local,
Unit unit)
Constructs a LocalUnitPair from a Unit object and a Local object.
|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - another LocalUnitPairpublic int hashCode()
hashCode in class java.lang.Objectpublic Local getLocal()
public Unit getUnit()