Class YearPrefixStripper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String normalize​(java.lang.String input)  
      boolean supports​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • YearPrefixStripper

        public YearPrefixStripper()
    • Method Detail

      • supports

        public boolean supports​(java.lang.String input)
        Specified by:
        supports in interface DateNormalizer
      • normalize

        public java.lang.String normalize​(java.lang.String input)
        Specified by:
        normalize in interface DateNormalizer