public class Tuple2D<T,U> extends Object implements Serializable
Tuple2D(T first1, U second1)
T
getFirst()
U
getSecond()
void
setFirst(T t)
setSecond(U u)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Tuple2D(T first1, U second1)
public T getFirst()
public U getSecond()
public void setFirst(T t)
public void setSecond(U u)
public String toString()
toString
Object
Copyright © 2007-2013. All Rights Reserved.