All Packages Class Hierarchy This Package Previous Next Index
![]() |
java.lang.Object | +----Acme.GenericCloneable | +----Acme.Pair
Sometimes you want to store a pair of values without going to the trouble of making a whole new special-purpose class.
Fetch the software.
Fetch the entire Acme package.
public Pair(Object left, Object right)
public Object left()
public Object right()
public boolean equals(Object o)
public int hashCode()
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs