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

Method valueOf

Ports/CLDC11/src/java/lang/String.java:419–421  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

417
418 /// Returns the string representation of the boolean argument.
419 public static java.lang.String valueOf(boolean b){
420 return null; //TODO codavaj!!
421 }
422
423 /// Returns the string representation of the char argument.
424 public static java.lang.String valueOf(char c){

Callers 15

toStringMethod · 0.95
padMethod · 0.95
formatLocalTimeMethod · 0.95
nextTokenMethod · 0.95
leftPadMethod · 0.95
parseDatePatternMethod · 0.95
enumerateCamerasMethod · 0.95
runMethod · 0.95
formatMethod · 0.95
getStringMethod · 0.95
createSnapshotMethod · 0.95
onPushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected