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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
Clone this tuple.T
getFirstEntity()
Get the first entity.E
getSecondEntity()
Get the second entity.F
getThirdEntity()
Get the second entity.
-