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
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
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 boolean
matchDouble(Double num, Double b)
protected boolean
matchString(String text, String b)
-
Methods inherited from class io.keikai.range.impl.BaseMatch2
match
-
-
-
-
Method Detail
-
matchString
protected boolean matchString(String text, String b)
- Overrides:
matchString
in classEquals
-
matchDouble
protected boolean matchDouble(Double num, Double b)
- Overrides:
matchDouble
in classEquals
-
-