Class DateTimePatternGenerator.PatternInfo

  • Enclosing class:
    DateTimePatternGenerator

    public static final class DateTimePatternGenerator.PatternInfo
    extends java.lang.Object
    PatternInfo supplies output parameters for addPattern(...). It is used because Java doesn't have real output parameters. It is treated like a struct (eg Point), so all fields are public.
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternInfo()
      Simple constructor, since this is treated like a struct.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PatternInfo

        public PatternInfo()
        Simple constructor, since this is treated like a struct.