Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Java
/ getValue
Method
getValue
src/main/java/com/thealgorithms/datastructures/Node.java:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
public
T getValue() {
22
return
value;
23
}
24
25
public
void
addChild(Node<T> child) {
26
children.add(child);
Callers
15
testPrefixProperty
Method · 0.45
testHorizontalLineIntensityStable
Method · 0.45
testSearchRoot
Method · 0.45
testSearch4
Method · 0.45
testSearchRoot
Method · 0.45
testSearchF
Method · 0.45
testGetWithNewObject
Method · 0.45
testGetWithSameObject
Method · 0.45
addData
Method · 0.45
build
Method · 0.45
update
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
11
testPrefixProperty
Method · 0.36
testHorizontalLineIntensityStable
Method · 0.36
testSearchRoot
Method · 0.36
testSearch4
Method · 0.36
testSearchRoot
Method · 0.36
testSearchF
Method · 0.36
testGetWithNewObject
Method · 0.36
testGetWithSameObject
Method · 0.36
addData
Method · 0.36
build
Method · 0.36
update
Method · 0.36