MCPcopy 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

mainMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected