public class Pair<T1,T2> extends Object
Pair()
Pair(T1 first, T2 second)
boolean
equals(Object o)
T1
getFirst()
T2
getSecond()
int
hashCode()
void
setFirst(T1 first)
setSecond(T2 second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair()
public Pair(T1 first, T2 second)
public T1 getFirst()
public void setFirst(T1 first)
public T2 getSecond()
public void setSecond(T2 second)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014. All Rights Reserved.