public final class Pair<T,K> extends Object
Pair()
Pair(T first, K second)
boolean
equals(Object obj)
T
getFirst()
K
getSecond()
int
hashCode()
void
setFirst(T value)
setSecond(K value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(T first, K second)
public void setFirst(T value)
public T getFirst()
public void setSecond(K value)
public K getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2012. All Rights Reserved.