Searched refs:superiorSupersets (Results 1 – 1 of 1) sorted by relevance
1253 LinkedHashSet<T> superiorSupersets = null; in promoteSuperiorAnnotationSuperset() local1264 if (superiorSupersets == null) { in promoteSuperiorAnnotationSuperset()1265 superiorSupersets = new LinkedHashSet<>(); in promoteSuperiorAnnotationSuperset()1267 superiorSupersets.add(value); in promoteSuperiorAnnotationSuperset()1271 if (superiorSupersets != null) { in promoteSuperiorAnnotationSuperset()1273 resortValuesBasedOnAdjustedVoteCounts(superiorSupersets, rawVoteCount); in promoteSuperiorAnnotationSuperset()1275 for (T value : superiorSupersets) { in promoteSuperiorAnnotationSuperset()