Searched refs:votesThenUcaCollator (Results 1 – 1 of 1) sorted by relevance
808 private final Comparator<T> votesThenUcaCollator = new Comparator<T>() { field in VoteResolver837 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes()1746 for (T value : totals.getKeysetSortedByCount(false, votesThenUcaCollator)) { in getResolvedVoteCounts()