MCPcopy Index your code
hub / github.com/careercup/ctci / remove

Method remove

java/Chapter 16/Question16_4/LockNode.java:29–31  ·  view source on GitHub ↗
(LockNode node)

Source from the content-addressed store, hash-verified

27 }
28
29 public void remove(LockNode node) {
30 children.remove(node);
31 }
32
33 /* Check for a cycle by doing a depth-first-search. */
34 public boolean hasCycle(Hashtable<Integer, Boolean> touchedNodes) {

Callers 2

declareMethod · 0.95
insertResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected