|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rosaloves.bitlyj.data.Pair<A,B>
public final class Pair<A,B>
$Id: Pair.java 123 2010-07-20 12:01:48Z chris@rosaloves.com $
| Method Summary | ||
|---|---|---|
A |
getOne()
|
|
B |
getTwo()
|
|
static
|
p(A one,
B two)
|
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <A,B> Pair<A,B> p(A one,
B two)
public A getOne()
public B getTwo()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||