Class FastDateParser.Strategy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Strategy()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isNumber()
      Is this field a number? The default implementation returns false.
      (package private) abstract boolean parse​(FastDateParser parser, java.util.Calendar calendar, java.lang.String source, java.text.ParsePosition pos, int maxWidth)  
      • Methods inherited from class java.lang.Object

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

      • Strategy

        private Strategy()
    • Method Detail

      • isNumber

        boolean isNumber()
        Is this field a number? The default implementation returns false.
        Returns:
        true, if field is a number
      • parse

        abstract boolean parse​(FastDateParser parser,
                               java.util.Calendar calendar,
                               java.lang.String source,
                               java.text.ParsePosition pos,
                               int maxWidth)