Package io.split.engine.matchers.strings
Class EndsWithAnyOfMatcher
- java.lang.Object
-
- io.split.engine.matchers.strings.EndsWithAnyOfMatcher
-
-
Constructor Summary
Constructors Constructor Description EndsWithAnyOfMatcher(Collection<String> compareTo)
-
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()
-
-
-
Constructor Detail
-
EndsWithAnyOfMatcher
public EndsWithAnyOfMatcher(Collection<String> compareTo)
-
-