|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.util.Tuples
public final class Tuples
| Method Summary | ||
|---|---|---|
static
|
create(A a,
B b)
|
|
static
|
create(A a,
B b,
C c)
|
|
static
|
pair(A a,
B b)
|
|
static
|
toMap(Pair<A,B>... pairs)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <A,B> Pair<A,B> pair(A a,
B b)
public static <A,B> Pair<A,B> create(A a,
B b)
public static <A,B,C> Triple<A,B,C> create(A a,
B b,
C c)
public static <A,B> java.util.Map<A,B> toMap(Pair<A,B>... pairs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||