Searched refs:splitAnnotationIntoComponentsList (Results 1 – 1 of 1) sorted by relevance
1031 List<T> comps = splitAnnotationIntoComponentsList(value); in makeAnnotationComponentMap()1068 List<T> comps = splitAnnotationIntoComponentsList(value); in calculateNewCountsBasedOnAnnotationComponents()1094 private List<T> splitAnnotationIntoComponentsList(T value) { in splitAnnotationIntoComponentsList() method in VoteResolver1114 int size1 = splitAnnotationIntoComponentsList(v1).size(); in resortValuesBasedOnAdjustedVoteCounts()1115 int size2 = splitAnnotationIntoComponentsList(v2).size(); in resortValuesBasedOnAdjustedVoteCounts()1161 oldWinnerComps = new LinkedHashSet<T>(splitAnnotationIntoComponentsList(value)); in promoteSuperiorAnnotationSuperset()1163 Set<T> comps = new LinkedHashSet<T>(splitAnnotationIntoComponentsList(value)); in promoteSuperiorAnnotationSuperset()