Searched refs:PatternCountInterface (Results 1 – 1 of 1) sorted by relevance
144 NavigableSet<PatternCountInterface> getEntries(); in getEntries()153 NavigableSet<PatternCountInterface> getEntries(final int minCount); in getEntries()186 public NavigableSet<PatternCountInterface> getEntries() { in getEntries()215 public NavigableSet<PatternCountInterface> getEntries(int minCount) { in getEntries()216 NavigableSet<PatternCountInterface> returned = Sets.newTreeSet(Collections.EMPTY_SET); in getEntries()226 public static interface PatternCountInterface { interface in RegexLogger289 protected final NavigableSet<PatternCountInterface> result = new TreeSet<>();296 public NavigableSet<PatternCountInterface> getResult() { in getResult()357 implements PatternCountInterface, Comparable<PatternCountInterface> {461 public int compareTo(PatternCountInterface o) { in compareTo()[all …]