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

Method toCharArray

Ports/CLDC11/src/java/lang/String.java:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384
385 /// Converts this string to a new character array.
386 public char[] toCharArray(){
387 return null; //TODO codavaj!!
388 }
389
390 /// Converts all of the characters in this String to lower case.
391 public java.lang.String toLowerCase(){

Callers 7

decimalSeparatorMethod · 0.95
thousandsSeparatorMethod · 0.95
lastIndexOfMethod · 0.45
unwrapCharArrayMethod · 0.45
replaceMethod · 0.45
lastIndexOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected