Package jadex.commons
Class Tuple2<T,E>
- java.lang.Object
-
- jadex.commons.Tuple
-
- jadex.commons.Tuple2<T,E>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Tuple2<T,E> 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.
-