|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.util.Pair<F,S>
public class Pair<F,S>
| Constructor Summary | |
|---|---|
Pair(F first,
S second)
|
|
| Method Summary | ||
|---|---|---|
F |
getFirst()
|
|
S |
getSecond()
|
|
static
|
of(F first,
S second)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(F first,
S second)
| Method Detail |
|---|
public static <F,S> Pair<F,S> of(F first,
S second)
public F getFirst()
public S getSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||