public class Pair<T1,T2> extends Object
Pair(T1 t1, T2 t2)
boolean
equals(Object obj)
T1
get1st()
T2
get2nd()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T1 t1, T2 t2)
public T1 get1st()
public T2 get2nd()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
19.5.0.0.0| ORACLE CONFIDENTIAL. For authorized use only. Do not distribute to third parties.Copyright © 2008, 2017, Oracle. All rights reserved.