Searched refs:failedFindSet (Results 1 – 1 of 1) sorted by relevance
316 final Multiset<PatternStringWithBoolean> failedFindSet; field in RegexLogger.CountSets321 …ultiset<PatternStringWithBoolean> matchedFindSet, Multiset<PatternStringWithBoolean> failedFindSet, in CountSets() argument324 this.failedFindSet = failedFindSet; in CountSets()346 this.findFailCount = bean.failedFindSet.count(key); in RegexKeyWithCount()552 private final Multiset<PatternStringWithBoolean> failedFindSet = TreeMultiset.create(); field in RegexLogger.RegexLoggerImpl578 collectionToAdd = failedFindSet; in determineCollectionToUse()667 …CountSets c = new CountSets(matchedFindSet, failedFindSet, matchedMatchSet, failedMatchSet, occurr… in getEntries()672 for (PatternStringWithBoolean item : failedFindSet) { in getEntries()673 processor.process(item, failedFindSet); in getEntries()