Package io.split.engine.matchers
Class BetweenMatcher
- java.lang.Object
-
- io.split.engine.matchers.BetweenMatcher
-
-
Constructor Summary
Constructors Constructor Description BetweenMatcher(long start, long end, DataType dataType)
-
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, SplitClientImpl splitClient)StringtoString()
-