public class Couple<T,M> extends Object
Couple(T t, M m)
M
getM()
T
getT()
void
setM(M m)
setT(T t)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)
public String toString()
toString
Object
Copyright © 2012–2016. All rights reserved.