|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.powertac.util.Pair<L,R>
public class Pair<L,R>
Simple generic immutable pair structure
| Constructor Summary | |
|---|---|
Pair(L car,
R cdr)
|
|
| Method Summary | |
|---|---|
L |
car()
|
R |
cdr()
|
boolean |
equals(Object thing)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(L car,
R cdr)
| Method Detail |
|---|
public L car()
public R cdr()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object thing)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||