java.lang.Objectorg.quartz.utils.Pair
Direct Known Subclasses:
TriggerStatus, Key
Utility class for storing two pieces of information together.
< - a href="mailto:jeff@binaryfeed.org">Jeffrey Wescott| Method from org.quartz.utils.Pair Summary: |
|---|
| equals, getFirst, getSecond, hashCode, setFirst, setSecond |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.utils.Pair Detail: |
|---|
Test equality of this object with that. |
Get the first object in the pair. |
Get the second object in the pair. |
|
Set the value of the first object in the pair. |
Set the second object in the pair. |