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