Class Solution
- java.lang.Object
-
- g1701_1800.s1773_count_items_matching_a_rule.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countMatches(List<List<String>> items, String ruleKey, String ruleValue)
-