Searched refs:failedMatchSet (Results 1 – 1 of 1) sorted by relevance
318 final Multiset<PatternStringWithBoolean> failedMatchSet; field in RegexLogger.CountSets322 …tiset<PatternStringWithBoolean> matchedMatchSet, Multiset<PatternStringWithBoolean> failedMatchSet, in CountSets() argument325 this.failedMatchSet = failedMatchSet; in CountSets()348 this.matchFailCount = bean.failedMatchSet.count(key); in RegexKeyWithCount()554 private final Multiset<PatternStringWithBoolean> failedMatchSet = TreeMultiset.create(); field in RegexLogger.RegexLoggerImpl585 collectionToAdd = failedMatchSet; in determineCollectionToUse()667 …ets c = new CountSets(matchedFindSet, failedFindSet, matchedMatchSet, failedMatchSet, occurrences); in getEntries()678 for (PatternStringWithBoolean item : failedMatchSet) { in getEntries()679 processor.process(item, failedMatchSet); in getEntries()