Package jadex.common
Class Tuple3<T,E,F>
java.lang.Object
jadex.common.Tuple
jadex.common.Tuple3<T,E,F>
- All Implemented Interfaces:
Serializable
,Cloneable
Generic version of tuple for two elements.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone this tuple.Get the first entity.Get the second entity.Get the second entity.
-
Constructor Details
-
Tuple3
Convenience constructor for binary tuples.- Parameters:
entity1
- The first object in the tuple.entity2
- The second object in the tuple.
-
-
Method Details