Package org.apache.commons.lang.time
Class FastDateFormat.Pair
java.lang.Object
org.apache.commons.lang.time.FastDateFormat.Pair
- Enclosing class:
- FastDateFormat
Helper class for creating compound objects.
One use for this class is to create a hashtable key out of multiple objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mObj1
-
mObj2
-
-
Constructor Details
-
Pair
Constructs an instance ofPairto hold the specified objects.- Parameters:
obj1- one object in the pairobj2- second object in the pair
-
-
Method Details