Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ add
Method
add
lib/java/util/Collections.java:2767–2769 ·
view source on GitHub ↗
@see java.util.Collection#add(Object)
(E obj)
Source
from the content-addressed store, hash-verified
2765
* @see java.util.Collection#add(Object)
2766
*/
2767
public
boolean add(E obj) {
2768
return
c.add(checkType(obj, type));
2769
}
2770
2771
/**
2772
* @see java.util.Collection#remove(Object)
Callers
nothing calls this directly
Calls
2
checkType
Method · 0.80
add
Method · 0.65
Tested by
no test coverage detected