|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgate.util.Pair
| Field Summary | |
Object |
first
|
Object |
second
|
| Constructor Summary | |
Pair()
|
|
Pair(Object p0,
Object p1)
|
|
Pair(Pair p0)
|
|
| Method Summary | |
Object |
clone()
|
boolean |
equals(Object p0)
|
boolean |
equals(Pair p0)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Object first
public Object second
| Constructor Detail |
public Pair(Object p0,
Object p1)
public Pair()
public Pair(Pair p0)
| Method Detail |
public int hashCode()
public String toString()
public boolean equals(Object p0)
public boolean equals(Pair p0)
public Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||