public class Pair<X,Y> extends Object
Pair(X first, Y second)
boolean
equals(Object oth)
X
getFirst()
Y
getSecond()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(X first, Y second)
public X getFirst()
public Y getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object oth)
equals
Copyright © 2000–2016 DFKI GmbH. All rights reserved.