@@ -16,6 +16,22 @@ methodWithDuplicate
1616| AbstractCollection<E> | removeAll | Collection<?> |
1717| AbstractCollection<E> | retainAll | Collection<?> |
1818| AbstractCollection<E> | toArray | T[] |
19+ | AbstractCollection<Entry<K,V>> | add | Entry<K,V> |
20+ | AbstractCollection<Entry<K,V>> | addAll | Collection<? extends Entry<K,V>> |
21+ | AbstractCollection<Entry<K,V>> | contains | Object |
22+ | AbstractCollection<Entry<K,V>> | containsAll | Collection<?> |
23+ | AbstractCollection<Entry<K,V>> | remove | Object |
24+ | AbstractCollection<Entry<K,V>> | removeAll | Collection<?> |
25+ | AbstractCollection<Entry<K,V>> | retainAll | Collection<?> |
26+ | AbstractCollection<Entry<K,V>> | toArray | T[] |
27+ | AbstractCollection<K> | add | K |
28+ | AbstractCollection<K> | addAll | Collection<? extends K> |
29+ | AbstractCollection<K> | contains | Object |
30+ | AbstractCollection<K> | containsAll | Collection<?> |
31+ | AbstractCollection<K> | remove | Object |
32+ | AbstractCollection<K> | removeAll | Collection<?> |
33+ | AbstractCollection<K> | retainAll | Collection<?> |
34+ | AbstractCollection<K> | toArray | T[] |
1935| AbstractCollection<Runnable> | add | Runnable |
2036| AbstractCollection<Runnable> | addAll | Collection<? extends Runnable> |
2137| AbstractCollection<Runnable> | contains | Object |
@@ -40,6 +56,14 @@ methodWithDuplicate
4056| AbstractCollection<T> | removeAll | Collection<?> |
4157| AbstractCollection<T> | retainAll | Collection<?> |
4258| AbstractCollection<T> | toArray | T[] |
59+ | AbstractCollection<V> | add | V |
60+ | AbstractCollection<V> | addAll | Collection<? extends V> |
61+ | AbstractCollection<V> | contains | Object |
62+ | AbstractCollection<V> | containsAll | Collection<?> |
63+ | AbstractCollection<V> | remove | Object |
64+ | AbstractCollection<V> | removeAll | Collection<?> |
65+ | AbstractCollection<V> | retainAll | Collection<?> |
66+ | AbstractCollection<V> | toArray | T[] |
4367| AbstractList | add | E |
4468| AbstractList | add | int |
4569| AbstractList | addAll | Collection<? extends E> |
0 commit comments