|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.utility.Pair<L,R>
L - first value typeR - second value typepublic final class Pair<L,R>
Represents a pair of values.
| Constructor Summary | |
|---|---|
Pair(L first,
R second)
Constructor. |
|
| Method Summary | |
|---|---|
L |
getFirst()
Retrieve the the first object. |
R |
getSecond()
Retrieve the second object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(L first,
R second)
first - first objectsecond - second object| Method Detail |
|---|
public L getFirst()
public R getSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||