org.mule.devkit.generation.studio.packaging
Class Tuple<T,U>

java.lang.Object
  extended by org.mule.devkit.generation.studio.packaging.Tuple<T,U>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FutureFile

public class Tuple<T,U>
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 T getFirst()
           
 U getSecond()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFirst

public T getFirst()

getSecond

public U getSecond()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.