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

Method length

vm/JavaAPI/src/java/lang/StringBuilder.java:442–444  ·  view source on GitHub ↗

Returns the length (character count) of this string builder.

()

Source from the content-addressed store, hash-verified

440 * Returns the length (character count) of this string builder.
441 */
442 public int length(){
443 return count;
444 }
445
446 /**
447 * The character sequence contained in this string builder is replaced by the reverse of the sequence.

Callers 15

scrubEmailsMethod · 0.95
encodeMethod · 0.95
decodeMethod · 0.95
parseMethod · 0.95
sanitizeStringMethod · 0.95
parseMethod · 0.95
joinUrlMethod · 0.95
getTextMethod · 0.95
readResponseMethod · 0.95
parseMethod · 0.95
parseTagMethod · 0.95
splitStringMethod · 0.95

Calls

no outgoing calls

Tested by 6

runMavenCompileMethod · 0.76
buildLegendMethod · 0.76
parseJavaMajorMethod · 0.76
pathMethod · 0.76