|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.crystal.util.Triple<F,S,T>
public final class Triple<F,S,T>
A n-tuple where n is three.
Pair
Constructor Summary | |
---|---|
Triple(F f,
S s,
T t)
|
Method Summary | ||
---|---|---|
static
|
createTriple(F f,
S s,
T t)
|
|
F |
fst()
|
|
S |
snd()
|
|
T |
thrd()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Triple(F f, S s, T t)
Method Detail |
---|
public static <F,S,T> Triple<F,S,T> createTriple(F f, S s, T t)
public F fst()
public S snd()
public T thrd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |