public class Couple<F,S> extends Object implements Serializable
Couple()
Couple(F first, S second)
F
getFirst()
S
getSecond()
void
setFirst(F first)
setSecond(S second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Couple()
public Couple(F first, S second)
public F getFirst()
public void setFirst(F first)
first
public S getSecond()
public void setSecond(S second)
second
Copyright © 2018. All rights reserved.