public class Tuple2<T,E> extends Tuple
Constructor and Description |
---|
Tuple2(T entity1,
E entity2)
Convenience constructor for binary tuples.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clone this tuple.
|
T |
getFirstEntity()
Get the first entity.
|
E |
getSecondEntity()
Get the second entity.
|
Copyright © 2012. All Rights Reserved.