Package jadex.common
Class Tuple2<T,E>
java.lang.Object
jadex.common.Tuple
jadex.common.Tuple2<T,E>
- All Implemented Interfaces:
Serializable
,Cloneable
Generic version of tuple for two elements.
- See Also:
-
Constructor Details
-
Tuple2
Convenience constructor for binary tuples.- Parameters:
entity1
- The first object in the tuple.entity2
- The second object in the tuple.
-
-
Method Details