Package io.keikai.range.impl
Class NotEquals
- java.lang.Object
-
- io.keikai.range.impl.BaseMatch2
-
- io.keikai.range.impl.Equals
-
- io.keikai.range.impl.NotEquals
-
public class NotEquals extends Equals
- Since:
- 3.9.2
- Author:
- rwenzel
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanmatchDouble(java.lang.Double num, java.lang.Double b)protected booleanmatchString(java.lang.String text, java.lang.String b)-
Methods inherited from class io.keikai.range.impl.BaseMatch2
match
-
-
-
-
Constructor Detail
-
NotEquals
public NotEquals(java.lang.Object b)
-
NotEquals
public NotEquals(RuleInfo ruleInfo)
-
-
Method Detail
-
matchString
protected boolean matchString(java.lang.String text, java.lang.String b)- Overrides:
matchStringin classEquals
-
matchDouble
protected boolean matchDouble(java.lang.Double num, java.lang.Double b)- Overrides:
matchDoublein classEquals
-
-