Searched defs:rawVoteCount (Results 1 – 1 of 1) sorted by relevance
1104 HashMap<T, Long> rawVoteCount = new HashMap<>(voteCount); in adjustAnnotationVoteCounts() local1248 …nnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset()