public class IsNotBetweenMatcher extends AbstractBinaryComparableMatcher
NB: This matcher does not check whether or not the two values passed are in
the right order, as a normal database wouldn't. If you need this functionality, you will need to
define a new operator and add your own
matcher.
| Constructor and Description |
|---|
IsNotBetweenMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Comparable value,
Comparable first,
Comparable second)
Is called to determine when the two comparable items fit the criteria of this matcher
|
matchesisApplicableTo, matchesprotected boolean matches(Comparable value, Comparable first, Comparable second)
AbstractBinaryComparableMatchermatches in class AbstractBinaryComparableMatchervalue - the value against which the comparison is being performedfirst - the first valuesecond - the second valueCopyright © 2014–2021. All rights reserved.