Searched refs:outputUnmatched (Results 1 – 2 of 2) sorted by relevance
909 … public Map<String, T> getUnmatchedPatterns(Set<String> matched, Map<String, T> outputUnmatched) { in getUnmatchedPatterns() argument910 outputUnmatched.clear(); in getUnmatchedPatterns()930 outputUnmatched.put(pattern, entry.getValue()); in getUnmatchedPatterns()933 return outputUnmatched; in getUnmatchedPatterns()
1812 Map<String, RawData> outputUnmatched = new LinkedHashMap<String, RawData>();1813 lookup.getUnmatchedPatterns(matchersFound, outputUnmatched);1814 return outputUnmatched.keySet();