Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeAllTest
Method · 0.65
removeAll
Method · 0.65
removeAll
Method · 0.65
Implementers
6
Values
classpath/avian/Data.java
Values
classpath/java/util/LinkedHashMap.java
AbstractCollection
classpath/java/util/AbstractCollection
SynchronizedCollection
classpath/java/util/Collections.java
UnmodifiableList
classpath/java/util/Collections.java
UnmodifiableCollection
classpath/java/util/Collections.java
Calls
no outgoing calls
Tested by
1
removeAllTest
Method · 0.52