|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.misc.Pair<L,R>
public class Pair<L,R>
| Constructor Summary | |
|---|---|
Pair(L left,
R right)
|
|
| Method Summary | |
|---|---|
static boolean |
equal(Object o1,
Object o2)
|
boolean |
equals(Object o)
|
L |
getLeft()
|
R |
getRight()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(L left,
R right)
| Method Detail |
|---|
public R getRight()
public L getLeft()
public final boolean equals(Object o)
equals in class Object
public static final boolean equal(Object o1,
Object o2)
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||