com.activequant.domainmodel
Class Tuple<A,B>

java.lang.Object
  extended by com.activequant.domainmodel.Tuple<A,B>

public class Tuple<A,B>
extends Object


Constructor Summary
Tuple()
           
Tuple(A a, B b)
           
 
Method Summary
 A getA()
           
 B getB()
           
 void setA(A a)
           
 void setB(B b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple()

Tuple

public Tuple(A a,
             B b)
Method Detail

getA

public A getA()

getB

public B getB()

setA

public void setA(A a)

setB

public void setB(B b)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.