Searched defs:PatternStringWithBoolean (Results 1 – 1 of 1) sorted by relevance
52 private static class PatternStringWithBoolean implements Comparable<PatternStringWithBoolean> { class in RegexLogger57 public PatternStringWithBoolean(String patternStr, boolean calledFromRegexFinder) { in PatternStringWithBoolean() method in RegexLogger.PatternStringWithBoolean323 Multimap<PatternStringWithBoolean, String> occurrences) { in CountSets()