public class UnitPair extends Object
private Unit
first
second
UnitPair(Unit first, Unit second)
boolean
equals(Object obj)
Unit
getFirst()
getSecond()
String
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private Unit first
private Unit second
public UnitPair(Unit first, Unit second)
public boolean equals(Object obj)
equals
Object
public Unit getFirst()
public Unit getSecond()
public String toString()
toString