Package io.split.engine.matchers
Class BetweenSemverMatcher
- java.lang.Object
-
- io.split.engine.matchers.BetweenSemverMatcher
-
-
Constructor Summary
Constructors Constructor Description BetweenSemverMatcher(String semverStart, String semverEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, EvaluationContext evaluationContext)StringtoString()
-