public class Pair<T,U> extends Object implements Serializable
Pair(T o1, U o2)
boolean
equals(Object o)
T
first()
int
hashCode()
U
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T o1, U o2)
o1
o2
public T first()
public U second()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2013. All Rights Reserved.