@@ -4,38 +4,31 @@ methodWithDuplicate
44| AbstractCollection | addAll | Collection<? extends E> |
55| AbstractCollection | contains | Object |
66| AbstractCollection | containsAll | Collection<?> |
7- | AbstractCollection | forEach | Consumer<? super E> |
87| AbstractCollection | remove | Object |
98| AbstractCollection | removeAll | Collection<?> |
109| AbstractCollection | retainAll | Collection<?> |
11- | AbstractCollection | toArray | IntFunction<T[]> |
1210| AbstractCollection | toArray | T[] |
1311| AbstractCollection<E> | add | E |
1412| AbstractCollection<E> | addAll | Collection<? extends E> |
1513| AbstractCollection<E> | contains | Object |
1614| AbstractCollection<E> | containsAll | Collection<?> |
17- | AbstractCollection<E> | forEach | Consumer<? super E> |
1815| AbstractCollection<E> | remove | Object |
1916| AbstractCollection<E> | removeAll | Collection<?> |
2017| AbstractCollection<E> | retainAll | Collection<?> |
21- | AbstractCollection<E> | toArray | IntFunction<T[]> |
2218| AbstractCollection<E> | toArray | T[] |
2319| AbstractCollection<String> | add | String |
2420| AbstractCollection<String> | addAll | Collection<? extends String> |
2521| AbstractCollection<String> | contains | Object |
2622| AbstractCollection<String> | containsAll | Collection<?> |
27- | AbstractCollection<String> | forEach | Consumer<? super String> |
2823| AbstractCollection<String> | remove | Object |
2924| AbstractCollection<String> | removeAll | Collection<?> |
3025| AbstractCollection<String> | retainAll | Collection<?> |
31- | AbstractCollection<String> | toArray | IntFunction<T[]> |
3226| AbstractCollection<String> | toArray | T[] |
3327| AbstractList | add | E |
3428| AbstractList | add | int |
3529| AbstractList | addAll | Collection<? extends E> |
3630| AbstractList | addAll | int |
3731| AbstractList | equals | Object |
38- | AbstractList | forEach | Consumer<? super E> |
3932| AbstractList | get | int |
4033| AbstractList | indexOf | Object |
4134| AbstractList | lastIndexOf | Object |
@@ -46,7 +39,6 @@ methodWithDuplicate
4639| AbstractList | set | int |
4740| AbstractList | subList | int |
4841| AbstractList | subListRangeCheck | int |
49- | AbstractList | toArray | IntFunction<T[]> |
5042| AbstractList<E> | add | E |
5143| AbstractList<E> | add | int |
5244| AbstractList<E> | addAll | Collection<? extends E> |
@@ -66,10 +58,7 @@ methodWithDuplicate
6658| AbstractMap | containsKey | Object |
6759| AbstractMap | containsValue | Object |
6860| AbstractMap | equals | Object |
69- | AbstractMap | forEach | BiConsumer<? super K,? super V> |
7061| AbstractMap | get | Object |
71- | AbstractMap | getOrDefault | Object |
72- | AbstractMap | getOrDefault | V |
7362| AbstractMap | put | K |
7463| AbstractMap | put | V |
7564| AbstractMap | putAll | Map<? extends K,? extends V> |
@@ -94,53 +83,23 @@ methodWithDuplicate
9483| AbstractMap<String,String> | containsKey | Object |
9584| AbstractMap<String,String> | containsValue | Object |
9685| AbstractMap<String,String> | equals | Object |
97- | AbstractMap<String,String> | forEach | BiConsumer<? super String,? super String> |
9886| AbstractMap<String,String> | get | Object |
99- | AbstractMap<String,String> | getOrDefault | Object |
100- | AbstractMap<String,String> | getOrDefault | String |
10187| AbstractMap<String,String> | put | String |
10288| AbstractMap<String,String> | putAll | Map<? extends String,? extends String> |
10389| AbstractMap<String,String> | remove | Object |
10490| AbstractMutableCollection | add | E |
105- | AbstractMutableCollection | forEach | Consumer<? super E> |
106- | AbstractMutableCollection | removeIf | Predicate<? super E> |
107- | AbstractMutableCollection | toArray | IntFunction<T[]> |
10891| AbstractMutableList | add | E |
10992| AbstractMutableList | add | int |
110- | AbstractMutableList | forEach | Consumer<? super E> |
11193| AbstractMutableList | remove | int |
112- | AbstractMutableList | removeIf | Predicate<? super E> |
113- | AbstractMutableList | replaceAll | UnaryOperator<E> |
11494| AbstractMutableList | set | E |
11595| AbstractMutableList | set | int |
116- | AbstractMutableList | sort | Comparator<? super E> |
117- | AbstractMutableList | toArray | IntFunction<T[]> |
118- | AbstractMutableMap | compute | BiFunction<? super K,? super V,? extends V> |
119- | AbstractMutableMap | compute | K |
120- | AbstractMutableMap | computeIfAbsent | Function<? super K,? extends V> |
121- | AbstractMutableMap | computeIfAbsent | K |
122- | AbstractMutableMap | computeIfPresent | BiFunction<? super K,? super V,? extends V> |
123- | AbstractMutableMap | computeIfPresent | K |
124- | AbstractMutableMap | forEach | BiConsumer<? super K,? super V> |
125- | AbstractMutableMap | getOrDefault | Object |
126- | AbstractMutableMap | getOrDefault | V |
127- | AbstractMutableMap | merge | BiFunction<? super V,? super V,? extends V> |
128- | AbstractMutableMap | merge | K |
129- | AbstractMutableMap | merge | V |
13096| AbstractMutableMap | put | K |
13197| AbstractMutableMap | put | V |
132- | AbstractMutableMap | putIfAbsent | K |
133- | AbstractMutableMap | putIfAbsent | V |
134- | AbstractMutableMap | remove | Object |
135- | AbstractMutableMap | replace | K |
136- | AbstractMutableMap | replace | V |
137- | AbstractMutableMap | replaceAll | BiFunction<? super K,? super V,? extends V> |
13898| Collection | add | E |
13999| Collection | addAll | Collection<? extends E> |
140100| Collection | contains | Object |
141101| Collection | containsAll | Collection<?> |
142102| Collection | equals | Object |
143- | Collection | forEach | Consumer<? super E> |
144103| Collection | remove | Object |
145104| Collection | removeAll | Collection<?> |
146105| Collection | removeIf | Predicate<? super E> |
@@ -206,7 +165,6 @@ methodWithDuplicate
206165| List | containsAll | Collection<?> |
207166| List | copyOf | Collection<? extends E> |
208167| List | equals | Object |
209- | List | forEach | Consumer<? super E> |
210168| List | get | int |
211169| List | indexOf | Object |
212170| List | lastIndexOf | Object |
@@ -222,7 +180,6 @@ methodWithDuplicate
222180| List | set | int |
223181| List | sort | Comparator<? super E> |
224182| List | subList | int |
225- | List | toArray | IntFunction<T[]> |
226183| List | toArray | T[] |
227184| List<E> | add | E |
228185| List<E> | add | int |
@@ -416,38 +373,30 @@ methodWithDuplicate
416373| Map<String,String> | replaceAll | BiFunction<? super String,? super String,? extends String> |
417374| MutableCollection | add | E |
418375| MutableCollection | addAll | Collection<? extends E> |
419- | MutableCollection | forEach | Consumer<? super E> |
420376| MutableCollection | remove | Object |
421377| MutableCollection | removeAll | Collection<?> |
422378| MutableCollection | removeIf | Predicate<? super E> |
423379| MutableCollection | retainAll | Collection<?> |
424- | MutableCollection | toArray | IntFunction<T[]> |
425380| MutableList | add | E |
426381| MutableList | add | int |
427382| MutableList | addAll | Collection<? extends E> |
428383| MutableList | addAll | int |
429- | MutableList | forEach | Consumer<? super E> |
430384| MutableList | listIterator | int |
431385| MutableList | remove | Object |
432386| MutableList | remove | int |
433387| MutableList | removeAll | Collection<?> |
434- | MutableList | removeIf | Predicate<? super E> |
435388| MutableList | replaceAll | UnaryOperator<E> |
436389| MutableList | retainAll | Collection<?> |
437390| MutableList | set | E |
438391| MutableList | set | int |
439392| MutableList | sort | Comparator<? super E> |
440393| MutableList | subList | int |
441- | MutableList | toArray | IntFunction<T[]> |
442394| MutableMap | compute | BiFunction<? super K,? super V,? extends V> |
443395| MutableMap | compute | K |
444396| MutableMap | computeIfAbsent | Function<? super K,? extends V> |
445397| MutableMap | computeIfAbsent | K |
446398| MutableMap | computeIfPresent | BiFunction<? super K,? super V,? extends V> |
447399| MutableMap | computeIfPresent | K |
448- | MutableMap | forEach | BiConsumer<? super K,? super V> |
449- | MutableMap | getOrDefault | Object |
450- | MutableMap | getOrDefault | V |
451400| MutableMap | merge | BiFunction<? super V,? super V,? extends V> |
452401| MutableMap | merge | K |
453402| MutableMap | merge | V |
0 commit comments