Searched refs:EntryProcessor (Results 1 – 1 of 1) sorted by relevance
295 private static class EntryProcessor extends AddAllEntryProcessor { class in RegexLogger296 public EntryProcessor(int minCount, CountSets c) { in EntryProcessor() method in RegexLogger.EntryProcessor668 …cessor = (minCount == 1) ? new AddAllEntryProcessor(minCount, c) : new EntryProcessor(minCount, c); in getEntries()