Class LessThan2

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matchDouble​(java.lang.Double num, java.lang.Double b)  
      protected boolean matchString​(java.lang.String text, java.lang.String b)  
      • Methods inherited from class java.lang.Object

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

      • LessThan2

        public LessThan2​(java.lang.Object b)
      • LessThan2

        public LessThan2​(RuleInfo ruleInfo)
    • Method Detail

      • matchString

        protected boolean matchString​(java.lang.String text,
                                      java.lang.String b)
        Specified by:
        matchString in class BaseMatch2
      • matchDouble

        protected boolean matchDouble​(java.lang.Double num,
                                      java.lang.Double b)
        Specified by:
        matchDouble in class BaseMatch2