|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.util.Pair<F,S>
public class Pair<F,S>
| Field Summary | |
|---|---|
F |
first
|
S |
second
|
| Constructor Summary | |
|---|---|
Pair(F first,
S second)
|
|
| Method Summary | ||
|---|---|---|
static
|
create(A a,
B b)
|
|
boolean |
equals(Object o)
|
|
int |
hashCode()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final F first
public final S second
| Constructor Detail |
|---|
public Pair(F first,
S second)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public static <A,B> Pair<A,B> create(A a,
B b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||