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

Method charAt

vm/JavaAPI/src/java/lang/CharSequence.java:45–45  ·  view source on GitHub ↗

Returns the character at the specified index, with the first character having index zero. @param index the index of the character to return. @return the requested character. @throws IndexOutOfBoundsException if index < 0 or index is greater than the

(int index)

Source from the content-addressed store, hash-verified

43 * length of this sequence.
44 */
45 public char charAt(int index);
46
47 /**
48 * Returns a {@code CharSequence} from the {@code start} index (inclusive)

Callers 15

helperClassNameMethod · 0.65
resolveBaseTypeMethod · 0.65
stripAnnotationsMethod · 0.65
stripGenericsMethod · 0.65
isInsideCssRuleBlockFunction · 0.65
findCssStateContextFunction · 0.65
computeHeuristicMarkersFunction · 0.65
isIgnoredTypeTokenFunction · 0.65
getLineOffsetsMethod · 0.65

Implementers 6

StringBuffervm/JavaAPI/src/java/lang/StringBuffer.
StringBuildervm/JavaAPI/src/java/lang/StringBuilder
StringPorts/CLDC11/src/java/lang/String.java
StringBufferPorts/CLDC11/src/java/lang/StringBuffe
StringBuilderPorts/CLDC11/src/java/lang/StringBuild
Stringvm/JavaAPI/src/java/lang/String.java

Calls

no outgoing calls

Tested by 15

jsonEscapeMethod · 0.52
writeAsciiMethod · 0.52
checksumMethod · 0.52
checksumMethod · 0.52
extractJsonNumberMethod · 0.52
findStringAliasMethod · 0.52
findFunctionStartMethod · 0.52
extractJsonNumberMethod · 0.52
typeTextMethod · 0.52
testUIFragmentSampleMethod · 0.52
findButtonWithIconMethod · 0.52