MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / charAt

Method charAt

runt/apis/cldc-compact/java/lang/String.java:322–328  ·  view source on GitHub ↗

{@inheritDoc} @since 2018/09/20

(int __i)

Source from the content-addressed store, hash-verified

320 * @since 2018/09/20
321 */
322 @Override
323 public char charAt(int __i)
324 throws IndexOutOfBoundsException
325 {
326 // Bounds checking is handled by the sequence
327 return this._sequence.charAt(__i);
328 }
329
330 /**
331 * Compares the character values of this string and compares it to the

Callers 15

readMethod · 0.95
__getoptsMethod · 0.95
__processMethod · 0.95
mainMethod · 0.95
__drawTextMethod · 0.95
compareToMethod · 0.95
compareToIgnoreCaseMethod · 0.95
__contentEqualsMethod · 0.95
__printlnMethod · 0.95
multiANewArrayMethod · 0.95
__writeMethod · 0.95

Calls 1

charAtMethod · 0.65

Tested by

no test coverage detected