public class Couple<T,M> extends Object
Couple(T t, M m)
M
getM()
T
getT()
void
setM(M m)
setT(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Couple(T t, M m)
public T getT()
public void setT(T t)
public M getM()
public void setM(M m)
Copyright © 2012-2014. All Rights Reserved.