Searched refs:superiorSupersets (Results 1 – 1 of 1) sorted by relevance
1156 LinkedHashSet<T> superiorSupersets = null; in promoteSuperiorAnnotationSuperset() local1167 if (superiorSupersets == null) { in promoteSuperiorAnnotationSuperset()1168 superiorSupersets = new LinkedHashSet<T>(); in promoteSuperiorAnnotationSuperset()1170 superiorSupersets.add(value); in promoteSuperiorAnnotationSuperset()1174 if (superiorSupersets != null) { in promoteSuperiorAnnotationSuperset()1176 resortValuesBasedOnAdjustedVoteCounts(superiorSupersets, rawVoteCount); in promoteSuperiorAnnotationSuperset()1178 for (T value : superiorSupersets) { in promoteSuperiorAnnotationSuperset()