private static class FastDateFormat.Pair
extends java.lang.Object
Helper class for creating compound objects.
One use for this class is to create a hashtable key out of multiple objects.
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
mObj1 |
private java.lang.Object |
mObj2 |
Constructor and Description |
---|
Pair(java.lang.Object obj1,
java.lang.Object obj2)
Constructs an instance of
Pair to hold the specified objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |