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