Class Equals

    • Constructor Summary

      Constructors 
      Constructor Description
      Equals​(RuleInfo ruleInfo)  
      Equals​(java.lang.Object b)  
    • 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

      • Equals

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

        public Equals​(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