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 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.
 
-