MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / valueOf

Method valueOf

vm/JavaAPI/src/java/lang/String.java:862–864  ·  view source on GitHub ↗

Returns the string representation of the boolean argument.

(boolean value)

Source from the content-addressed store, hash-verified

860 * Returns the string representation of the boolean argument.
861 */
862 public static java.lang.String valueOf(boolean value){
863 return value ? "true" : "false";
864 }
865
866 /**
867 * Returns the string representation of the char argument.

Callers 15

writeJsonMethod · 0.95
twoMethod · 0.95
threeMethod · 0.95
createButtonMethod · 0.95
createButtonMethod · 0.95
drawArrowMethod · 0.95
distributePasteMethod · 0.95
setTextMethod · 0.95
createButtonMethod · 0.95
drawMarkerMethod · 0.95
extractLabelsMethod · 0.95
acceptsMethod · 0.95

Calls 5

toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.65

Tested by 15

assertSettingsMethod · 0.76
runJwtHs256Method · 0.76
runTestMethod · 0.76
runTestMethod · 0.76
formatDecimalMethod · 0.76
runNextTestMethod · 0.76
logThrowableMethod · 0.76
runTestMethod · 0.76
makeCountingFrameMethod · 0.76
makeDigitFrameMethod · 0.76
twoMethod · 0.76