|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.util.Pair<E,F>
E - first object typeF - second object typepublic class Pair<E,F>
A pair of objects
| Field Summary | |
|---|---|
E |
left
First object. |
F |
right
Second object |
| Constructor Summary | |
|---|---|
Pair()
Default constructor |
|
Pair(E left,
F right)
Construct pair from two objects. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public E left
public F right
| Constructor Detail |
|---|
public Pair()
public Pair(E left,
F right)
left - first objectright - second object
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||