MCPcopy Create free account
hub / github.com/ReadyTalk/avian / removeAll

Method removeAll

classpath/java/util/Collection.java:28–28  ·  view source on GitHub ↗
(Collection<?> c)

Source from the content-addressed store, hash-verified

26 public boolean remove(Object element);
27
28 public boolean removeAll(Collection<?> c);
29
30 public Object[] toArray();
31

Callers 3

removeAllTestMethod · 0.65
removeAllMethod · 0.65
removeAllMethod · 0.65

Implementers 6

Valuesclasspath/avian/Data.java
Valuesclasspath/java/util/LinkedHashMap.java
AbstractCollectionclasspath/java/util/AbstractCollection
SynchronizedCollectionclasspath/java/util/Collections.java
UnmodifiableListclasspath/java/util/Collections.java
UnmodifiableCollectionclasspath/java/util/Collections.java

Calls

no outgoing calls

Tested by 1

removeAllTestMethod · 0.52