Searched refs:outputUnmatched (Results 1 – 2 of 2) sorted by relevance
928 … public Map<String, T> getUnmatchedPatterns(Set<String> matched, Map<String, T> outputUnmatched) { in getUnmatchedPatterns() argument929 outputUnmatched.clear(); in getUnmatchedPatterns()949 outputUnmatched.put(pattern, entry.getValue()); in getUnmatchedPatterns()952 return outputUnmatched; in getUnmatchedPatterns()
1937 Map<String, RawData> outputUnmatched = new LinkedHashMap<>();1938 lookup.getUnmatchedPatterns(matchersFound, outputUnmatched);1939 return outputUnmatched.keySet();