MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / charAt

Method charAt

vm/JavaAPI/src/java/lang/String.java:184–184  ·  view source on GitHub ↗

Returns the character at the specified index. An index ranges from 0 to length() - 1. The first character of the sequence is at index 0, the next at index 1, and so on, as for array indexing.

(int index)

Source from the content-addressed store, hash-verified

182 * Returns the character at the specified index. An index ranges from 0 to length() - 1. The first character of the sequence is at index 0, the next at index 1, and so on, as for array indexing.
183 */
184 public final native char charAt(int index);//{
185// return value[offset + index];
186// }
187

Callers 15

mapToFlatJsonMethod · 0.95
parseMethod · 0.95
readTimeZoneMethod · 0.95
parseDatePatternMethod · 0.95
getCacheFileNameMethod · 0.95
randomTokenMethod · 0.95
readResponseMethod · 0.95
parseTagMethod · 0.95
pickLowerOrUpperMethod · 0.95
getCharPerKeyCodeMethod · 0.95
updateCursorLocationMethod · 0.95
getCursorPositionMethod · 0.95

Calls

no outgoing calls