public class Pair<X,Y> extends Object
protected X
x
protected Y
y
Pair(X x, Y y)
boolean
equals(Object object)
X
first()
int
hashCode()
static <X,Y> Pair<X,Y>
of(X x, Y y)
Y
second()
String
toString()
x()
y()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected X x
protected Y y
public Pair(X x, Y y)
public static final <X,Y> Pair<X,Y> of(X x, Y y)
public final X x()
public final Y y()
public final X first()
public final Y second()
public boolean equals(Object object)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.