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

Method charAt

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

The specified character of the sequence currently represented by the string builder, as indicated by the index argument, is returned. The first character of a string builder is at index 0, the next at index 1, and so on, for array indexing. The index argument must be greater than or equal to 0, and

(int index)

Source from the content-addressed store, hash-verified

246 * The index argument must be greater than or equal to 0, and less than the length of this string builder.
247 */
248 public native char charAt(int index);/*{
249 return value[index];
250 }*/
251

Callers 11

decodeMethod · 0.95
joinUrlMethod · 0.95
parseMethod · 0.95
submitMethod · 0.95
sanitizeNameMethod · 0.95
TBigDecimalMethod · 0.95
slugifyMethod · 0.95
toFieldNameMethod · 0.95
sanitizeIdentifierMethod · 0.95
sanitizeIdentifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected