Searched defs:EntryComparator (Results 1 – 3 of 3) sorted by relevance
60 struct EntryComparator { struct61 bool operator()(const Entry& a, const Entry& b) const { in operator ()()64 bool operator()(const Entry& a, const char* b) const { in operator ()()67 bool operator()(const char* a, const Entry& b) const { in operator ()()
112 private static class EntryComparator<T> implements Comparator<Entry<T>>{ class in Counter116 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() method in Counter.EntryComparator