@@ -54,7 +54,7 @@ methodWithDuplicate
54
54
| AbstractList<E> | set | int |
55
55
| AbstractList<E> | subList | int |
56
56
| AbstractList<E> | subListRangeCheck | int |
57
- | AbstractMap | containsEntry$kotlin_stdlib | Entry<?,?> |
57
+ | AbstractMap | containsEntry$main | Entry<?,?> |
58
58
| AbstractMap | containsKey | Object |
59
59
| AbstractMap | containsValue | Object |
60
60
| AbstractMap | equals | Object |
@@ -79,7 +79,7 @@ methodWithDuplicate
79
79
| AbstractMap<K,V> | put | V |
80
80
| AbstractMap<K,V> | putAll | Map<? extends K,? extends V> |
81
81
| AbstractMap<K,V> | remove | Object |
82
- | AbstractMap<String,String> | containsEntry$kotlin_stdlib | Entry<?,?> |
82
+ | AbstractMap<String,String> | containsEntry$main | Entry<?,?> |
83
83
| AbstractMap<String,String> | containsKey | Object |
84
84
| AbstractMap<String,String> | containsValue | Object |
85
85
| AbstractMap<String,String> | equals | Object |
@@ -121,7 +121,6 @@ methodWithDuplicate
121
121
| Collection<Entry<K,V>> | addAll | Collection<? extends Entry<K,V>> |
122
122
| Collection<Entry<K,V>> | contains | Object |
123
123
| Collection<Entry<K,V>> | containsAll | Collection<?> |
124
- | Collection<Entry<K,V>> | equals | Object |
125
124
| Collection<Entry<K,V>> | remove | Object |
126
125
| Collection<Entry<K,V>> | removeAll | Collection<?> |
127
126
| Collection<Entry<K,V>> | removeIf | Predicate<? super Entry<K,V>> |
@@ -132,7 +131,6 @@ methodWithDuplicate
132
131
| Collection<K> | addAll | Collection<? extends K> |
133
132
| Collection<K> | contains | Object |
134
133
| Collection<K> | containsAll | Collection<?> |
135
- | Collection<K> | equals | Object |
136
134
| Collection<K> | remove | Object |
137
135
| Collection<K> | removeAll | Collection<?> |
138
136
| Collection<K> | removeIf | Predicate<? super K> |
@@ -154,7 +152,6 @@ methodWithDuplicate
154
152
| Collection<V> | addAll | Collection<? extends V> |
155
153
| Collection<V> | contains | Object |
156
154
| Collection<V> | containsAll | Collection<?> |
157
- | Collection<V> | equals | Object |
158
155
| Collection<V> | remove | Object |
159
156
| Collection<V> | removeAll | Collection<?> |
160
157
| Collection<V> | removeIf | Predicate<? super V> |
@@ -194,7 +191,6 @@ methodWithDuplicate
194
191
| List<E> | contains | Object |
195
192
| List<E> | containsAll | Collection<?> |
196
193
| List<E> | copyOf | Collection<? extends E> |
197
- | List<E> | equals | Object |
198
194
| List<E> | get | int |
199
195
| List<E> | indexOf | Object |
200
196
| List<E> | lastIndexOf | Object |
@@ -279,7 +275,6 @@ methodWithDuplicate
279
275
| Map<Identity,Entry<?>> | copyOf | Map<? extends K,? extends V> |
280
276
| Map<Identity,Entry<?>> | entry | K |
281
277
| Map<Identity,Entry<?>> | entry | V |
282
- | Map<Identity,Entry<?>> | equals | Object |
283
278
| Map<Identity,Entry<?>> | forEach | BiConsumer<? super Identity,? super Entry<?>> |
284
279
| Map<Identity,Entry<?>> | get | Object |
285
280
| Map<Identity,Entry<?>> | getOrDefault | Entry<?> |
@@ -310,7 +305,6 @@ methodWithDuplicate
310
305
| Map<K,V> | copyOf | Map<? extends K,? extends V> |
311
306
| Map<K,V> | entry | K |
312
307
| Map<K,V> | entry | V |
313
- | Map<K,V> | equals | Object |
314
308
| Map<K,V> | forEach | BiConsumer<? super K,? super V> |
315
309
| Map<K,V> | get | Object |
316
310
| Map<K,V> | getOrDefault | Object |
@@ -341,7 +335,6 @@ methodWithDuplicate
341
335
| Map<Object,Object> | copyOf | Map<? extends K,? extends V> |
342
336
| Map<Object,Object> | entry | K |
343
337
| Map<Object,Object> | entry | V |
344
- | Map<Object,Object> | equals | Object |
345
338
| Map<Object,Object> | forEach | BiConsumer<? super Object,? super Object> |
346
339
| Map<Object,Object> | get | Object |
347
340
| Map<Object,Object> | getOrDefault | Object |
0 commit comments