Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ valueOf
Method
valueOf
classpath/java/lang/Boolean.java:29–31 ·
view source on GitHub ↗
(boolean value)
Source
from the content-addressed store, hash-verified
27
}
28
29
public
static
Boolean valueOf(boolean value) {
30
return
(value ? Boolean.TRUE : Boolean.FALSE);
31
}
32
33
public
static
Boolean valueOf(String s) {
34
Boolean.TRUE.booleanValue();
Callers
4
main
Method · 0.95
parseAnnotationValue
Method · 0.95
get
Method · 0.95
get
Method · 0.95
Calls
2
equals
Method · 0.65
booleanValue
Method · 0.45
Tested by
1
main
Method · 0.76