Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ add
Method
add
classpath/java/util/HashSet.java:43–45 ·
view source on GitHub ↗
(T element)
Source
from the content-addressed store, hash-verified
41
}
42
43
public
boolean add(T element) {
44
return
map.put(element, Value) != Value;
45
}
46
47
public
boolean addAll(Collection<? extends T> collection) {
48
boolean change = false;
Callers
1
addAll
Method · 0.95
Calls
1
put
Method · 0.65
Tested by
no test coverage detected