MCPcopy 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

convertArgumentMethod · 0.95
invokeMethod · 0.95
getValueMethod · 0.95
invokeMethod · 0.95
invokeMethod · 0.95
kstatDataLookupStringMethod · 0.80
fileChangedMethod · 0.80
waitForFileEventMethod · 0.80
showRawCounterDataMethod · 0.80
testGetIfEntry2Method · 0.80
testNamingMethod · 0.80
testNoSuchElementMethod · 0.80

Calls

no outgoing calls

Tested by 15

kstatDataLookupStringMethod · 0.64
fileChangedMethod · 0.64
waitForFileEventMethod · 0.64
showRawCounterDataMethod · 0.64
testGetIfEntry2Method · 0.64
testNamingMethod · 0.64
testNoSuchElementMethod · 0.64
createTestCertificateMethod · 0.64
toNativeMethod · 0.64
toNativeMethod · 0.64
toNativeMethod · 0.64
toNativeMethod · 0.64