org.gcube.data.analysis.statisticalmanager.types
Class Couple<A,B>

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.types.Couple<A,B>

public class Couple<A,B>
extends Object


Constructor Summary
Couple(A a, B b)
           
 
Method Summary
 A getFirst()
           
 B getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Couple

public Couple(A a,
              B b)
Method Detail

getFirst

public A getFirst()

getSecond

public B getSecond()


Copyright © 2012. All Rights Reserved.