Searched refs:removeDuplicates (Results 1 – 4 of 4) sorted by relevance
79 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER); in testRemoveDuplicatesOnEmptyCollection()85 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER); in testRemoveDuplicatesOnSingletonCollection()98 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER); in testRemoveDuplicates()
85 public static <T> void removeDuplicates(List<T> list, Comparator<? super T> comparator) {
161 tags = removeDuplicates(tags); in removeTagsMatchingBasicZeroRange()182 private static Collection<String> removeDuplicates( in removeDuplicates() method in LocaleMatcher280 tags = removeDuplicates(tags); in removeTagsMatchingExtendedZeroRange()
2226 CollectionUtils.removeDuplicates(methods, Method.ORDER_BY_SIGNATURE); in getMethods()