public class Pair<T> extends Object implements Serializable
T
x
y
Pair(T x, T y)
boolean
equals(Object o)
true
o
Pair
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T x
public final T y
public Pair(T x, T y)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012. All Rights Reserved.