public class IdentityPair<T,U> extends Object
protected int
hashCode
protected T
o1
protected U
o2
IdentityPair(T o1, U o2)
boolean
equals(Object obj)
T
getO1()
U
getO2()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final T o1
protected final U o2
protected final int hashCode
public IdentityPair(T o1, U o2)
public int hashCode()
Object
public boolean equals(Object obj)
equals
public T getO1()
public U getO2()
public String toString()
toString