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