public class Pair<X,Y> extends Object implements Serializable
X
x
Y
y
protected
Pair()
Pair(X x, Y y)
boolean
equals(Object o)
getX()
getY()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final X x
public final Y y
public Pair(X x, Y y)
protected Pair()
public X getX()
public Y getY()
public final boolean equals(Object o)
equals
Object
public final int hashCode()
hashCode
public String toString()
toString
Copyright © 2018. All rights reserved.