Package org.apache.commons.lang.time
Class FastDateFormat.Pair
- java.lang.Object
-
- org.apache.commons.lang.time.FastDateFormat.Pair
-
- Enclosing class:
- FastDateFormat
private static class FastDateFormat.Pair extends java.lang.ObjectHelper class for creating compound objects.
One use for this class is to create a hashtable key out of multiple objects.
-
-
Constructor Summary
Constructors Constructor Description Pair(java.lang.Object obj1, java.lang.Object obj2)Constructs an instance ofPairto hold the specified objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-