|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.util.Pair<F,S>
public class Pair<F,S>
Field Summary | |
---|---|
private F |
first . |
private S |
second . |
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 |
Field Detail |
---|
private final F first
private final S second
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 |