|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.ecp.view.test.common.Tuple<T,U>
public class Tuple<T,U>
Convenience class for returning multiple values at once.
Constructor Summary | |
---|---|
Tuple(T t,
U u)
|
Method Summary | ||
---|---|---|
static
|
create(A first,
B second)
|
|
T |
first()
|
|
U |
second()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tuple(T t, U u)
Method Detail |
---|
public static <A,B> Tuple<A,B> create(A first, B second)
public T first()
public U second()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |