Searched refs:makeVoteCountMap (Results 1 – 1 of 1) sorted by relevance
961 HashMap<T, Long> voteCount = makeVoteCountMap(sortedValues); in resolveVotes()1005 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap() method in VoteResolver