public class Pair<X,Y> extends Object implements Serializable
X
a
Y
b
Pair(X a, Y b)
boolean
equals(Object obj)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final X a
public final Y b
public Pair(X a, Y b)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2016. All rights reserved.