Searched refs:patternStrings (Results 1 – 2 of 2) sorted by relevance
580 private static List<Pattern> toPatterns(String... patternStrings) { in toPatterns() argument581 return Stream.of(patternStrings).map(Pattern::compile).collect(Collectors.toList()); in toPatterns()
511 private static List<Pattern> toPatterns(String... patternStrings) {512 return Stream.of(patternStrings).map(Pattern::compile).collect(Collectors.toList());