Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ valueOf
Method
valueOf
src/com/sun/jna/Function.java:840–842 ·
view source on GitHub ↗
Implementation of Boolean.valueOf for older VMs.
(boolean b)
Source
from the content-addressed store, hash-verified
838
839
/** Implementation of Boolean.valueOf
for
older VMs. */
840
static
Boolean valueOf(boolean b) {
841
return
b ? Boolean.TRUE : Boolean.FALSE;
842
}
843
}
Callers
15
convertArgument
Method · 0.95
invoke
Method · 0.95
getValue
Method · 0.95
invoke
Method · 0.95
invoke
Method · 0.95
kstatDataLookupString
Method · 0.80
fileChanged
Method · 0.80
waitForFileEvent
Method · 0.80
showRawCounterData
Method · 0.80
testGetIfEntry2
Method · 0.80
testNaming
Method · 0.80
testNoSuchElement
Method · 0.80
Calls
no outgoing calls
Tested by
15
kstatDataLookupString
Method · 0.64
fileChanged
Method · 0.64
waitForFileEvent
Method · 0.64
showRawCounterData
Method · 0.64
testGetIfEntry2
Method · 0.64
testNaming
Method · 0.64
testNoSuchElement
Method · 0.64
createTestCertificate
Method · 0.64
toNative
Method · 0.64
toNative
Method · 0.64
toNative
Method · 0.64
toNative
Method · 0.64