public class Tuple3<T,E,F> extends Tuple
Constructor and Description |
---|
Tuple3(T entity1,
E entity2,
F entity3)
Convenience constructor for binary tuples.
|
Modifier and Type | Method and 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.
|