public class Tuple<X,Y> extends Object implements Comparable<Tuple<X,Y>>
X
x
Y
y
Tuple(X x, Y y)
int
compareTo(Tuple<X,Y> o)
boolean
equals(Object obj)
getX()
getY()
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public final X x
public final Y y
public Tuple(X x, Y y)
public X getX()
public Y getY()
public int hashCode()
hashCode
Object
public String toString()
toString
public boolean equals(Object obj)
equals
public int compareTo(Tuple<X,Y> o)
compareTo
Comparable<Tuple<X,Y>>
Copyright © 2018. All rights reserved.