Searched refs:newSecond (Results 1 – 1 of 1) sorted by relevance
1177 T newWinner = null, newSecond = null; // only adjust votes for first and second place in promoteSuperiorAnnotationSuperset() local1182 } else if (newSecond == null) { in promoteSuperiorAnnotationSuperset()1183 newSecond = value; in promoteSuperiorAnnotationSuperset()1184 …voteCount.put(newSecond, voteCount.get(oldWinner) + 1); // more than oldWinner, less than newWinner in promoteSuperiorAnnotationSuperset()