|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.shotoku.tools.Tuples
public class Tuples
| Constructor Summary | |
|---|---|
Tuples()
|
|
| Method Summary | ||
|---|---|---|
static
|
tuple(A a,
B b)
|
|
static
|
tuple(A a,
B b,
C c)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tuples()
| Method Detail |
|---|
public static <A,B> Pair<A,B> tuple(A a,
B b)
public static <A,B,C> Triple<A,B,C> tuple(A a,
B b,
C c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||