Class FastDateFormat.Pair

java.lang.Object
org.apache.commons.lang.time.FastDateFormat.Pair
Enclosing class:
FastDateFormat

private static class FastDateFormat.Pair extends Object

Helper class for creating compound objects.

One use for this class is to create a hashtable key out of multiple objects.

  • Field Details

    • mObj1

      private final Object mObj1
    • mObj2

      private final Object mObj2
  • Constructor Details

    • Pair

      public Pair(Object obj1, Object obj2)
      Constructs an instance of Pair to hold the specified objects.
      Parameters:
      obj1 - one object in the pair
      obj2 - second object in the pair
  • Method Details