Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ booleanValue
Method
booleanValue
classpath/java/lang/Boolean.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
boolean booleanValue() {
59
return
value;
60
}
61
62
public
static
boolean getBoolean(String name) {
63
return
parseBoolean(System.getProperty(name));
Callers
2
valueOf
Method · 0.45
getBoolean
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected