|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcheck.util.Pair<T1,T2>
public final class Pair<T1,T2>
Constructor Summary | |
---|---|
Pair(T1 first,
T2 second)
Creates a new instance of Pair |
Method Summary | ||
---|---|---|
T1 |
fst()
|
|
static
|
make(T1 first,
T2 second)
|
|
T2 |
snd()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pair(T1 first, T2 second)
Method Detail |
---|
public T1 fst()
public T2 snd()
public static <T1,T2> Pair<T1,T2> make(T1 first, T2 second)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |