Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ insert
Method
insert
java/Chapter 17/Question17_10/Element.java:39–41 ·
view source on GitHub ↗
(Attribute attribute)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
void
insert(Attribute attribute) {
40
attributes.add(attribute);
41
}
42
43
public
void
insert(Element child) {
44
children.add(child);
Callers
1
main
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected