@@ -416,8 +416,6 @@ methodWithDuplicate
416416| Map<String,String> | replaceAll | BiFunction<? super String,? super String,? extends String> |
417417| MutableCollection | add | E |
418418| MutableCollection | addAll | Collection<? extends E> |
419- | MutableCollection | contains | Object |
420- | MutableCollection | containsAll | Collection<?> |
421419| MutableCollection | forEach | Consumer<? super E> |
422420| MutableCollection | remove | Object |
423421| MutableCollection | removeAll | Collection<?> |
@@ -428,12 +426,7 @@ methodWithDuplicate
428426| MutableList | add | int |
429427| MutableList | addAll | Collection<? extends E> |
430428| MutableList | addAll | int |
431- | MutableList | contains | Object |
432- | MutableList | containsAll | Collection<?> |
433429| MutableList | forEach | Consumer<? super E> |
434- | MutableList | get | int |
435- | MutableList | indexOf | Object |
436- | MutableList | lastIndexOf | Object |
437430| MutableList | listIterator | int |
438431| MutableList | remove | Object |
439432| MutableList | remove | int |
@@ -452,10 +445,7 @@ methodWithDuplicate
452445| MutableMap | computeIfAbsent | K |
453446| MutableMap | computeIfPresent | BiFunction<? super K,? super V,? extends V> |
454447| MutableMap | computeIfPresent | K |
455- | MutableMap | containsKey | Object |
456- | MutableMap | containsValue | Object |
457448| MutableMap | forEach | BiConsumer<? super K,? super V> |
458- | MutableMap | get | Object |
459449| MutableMap | getOrDefault | Object |
460450| MutableMap | getOrDefault | V |
461451| MutableMap | merge | BiFunction<? super V,? super V,? extends V> |
0 commit comments