org.gcube.dataanalysis.ecoengine.utils
Class Tuple<A>

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.utils.Tuple<A>
All Implemented Interfaces:
Serializable

public class Tuple<A>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Tuple(A... elements)
           
 
Method Summary
 ArrayList<A> getElements()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(A... elements)
Method Detail

getElements

public ArrayList<A> getElements()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.