Package jadex.commons
Class Tuple3<T,E,F>
- java.lang.Object
- 
- jadex.commons.Tuple
- 
- jadex.commons.Tuple3<T,E,F>
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable
 
 public class Tuple3<T,E,F> extends Tuple Generic version of tuple for two elements.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()Clone this tuple.TgetFirstEntity()Get the first entity.EgetSecondEntity()Get the second entity.FgetThirdEntity()Get the second entity.
 
-