|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quartz.utils.Pair
Utility class for storing two pieces of information together.
| Constructor Summary | |
Pair()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object that)
Test equality of this object with that. |
java.lang.Object |
getFirst()
Get the first object in the pair. |
java.lang.Object |
getSecond()
Get the second object in the pair. |
void |
setFirst(java.lang.Object first)
Set the value of the first object in the pair. |
void |
setSecond(java.lang.Object second)
Set the second object in the pair. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Pair()
| Method Detail |
public final java.lang.Object getFirst()
Get the first object in the pair.
public final void setFirst(java.lang.Object first)
Set the value of the first object in the pair.
first - the first objectpublic final java.lang.Object getSecond()
Get the second object in the pair.
public final void setSecond(java.lang.Object second)
Set the second object in the pair.
second - the second objectpublic boolean equals(java.lang.Object that)
Test equality of this object with that.
that - object to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||