public class Pair<T1,T2> extends Object
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(T1 first, T2 second)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public T1 getFirst()
public void setFirst(T1 first)
public T2 getSecond()
public void setSecond(T2 second)
Copyright © 2016. All rights reserved.