public class Pair<K,V> extends Object implements Serializable
K
x
V
y
Pair(K x, V y)
boolean
equals(Object o)
getX()
getY()
int
hashCode()
void
setX(V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final K x
public V y
public Pair(K x, V y)
public K getX()
public V getY()
public void setX(V v)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2024 LSST. All rights reserved.