Searched refs:rawVoteCount (Results 1 – 1 of 1) sorted by relevance
1007 HashMap<T, Long> rawVoteCount = new HashMap<T, Long>(voteCount); in adjustAnnotationVoteCounts() local1016 promoteSuperiorAnnotationSuperset(sortedValues, voteCount, rawVoteCount); in adjustAnnotationVoteCounts()1151 …nnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset() argument1160 oldWinnerRawCount = rawVoteCount.get(value); in promoteSuperiorAnnotationSuperset()1166 rawVoteCount.get(value) >= oldWinnerRawCount + requiredGap) { in promoteSuperiorAnnotationSuperset()1176 resortValuesBasedOnAdjustedVoteCounts(superiorSupersets, rawVoteCount); in promoteSuperiorAnnotationSuperset()