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

Method length

Ports/CLDC11/src/java/lang/StringBuffer.java:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207
208 /// Returns the length (character count) of this string buffer.
209 public int length(){
210 return 0; //TODO codavaj!!
211 }
212
213 /// The character sequence contained in this string buffer is replaced by the reverse of the sequence.
214 /// Let n be the length of the old character sequence, the one contained in the string buffer just prior to execution of the reverse method. Then the character at index k in the new character sequence is equal to the character at index n-k-1 in the old character sequence.

Callers 3

toStringMethod · 0.95
buildQueryMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected