|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.generator.Pair<T1,T2>
T1 - type of first member of the pairT2 - type of second member of the pairpublic class Pair<T1,T2>
Pair
| Field Summary | |
|---|---|
T1 |
theFirst
First member of the pair |
T2 |
theSecond
Second member of the pair |
| Constructor Summary | |
|---|---|
Pair(T1 thisFirst,
T2 thisSecond)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public T1 theFirst
public T2 theSecond
| Constructor Detail |
|---|
public Pair(T1 thisFirst,
T2 thisSecond)
thisFirst - first member of the pairthisSecond - second member of the pair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||