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

Method length

vm/JavaAPI/src/java/lang/StringBuffer.java:287–289  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

285 * Returns the length (character count) of this string buffer.
286 */
287 public int length(){
288 return internal.length();
289 }
290
291 /**
292 * The character sequence contained in this string buffer is replaced by the reverse of the sequence.

Callers 3

toStringMethod · 0.95
buildQueryMethod · 0.95
toStringMethod · 0.95

Calls 1

lengthMethod · 0.65

Tested by

no test coverage detected