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