public class Tuple<A,B> extends Object
Tuple()
Tuple(A first, B second)
boolean
equals(Object obj)
A
getFirst()
B
getSecond()
int
hashCode()
void
setFirst(A first)
setSecond(B second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple()
public Tuple(A first, B second)
public void setFirst(A first)
public A getFirst()
public void setSecond(B second)
public B getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2014. All rights reserved.