MCPcopy Create free account
hub / github.com/davidgiven/luje / charAt

Method charAt

lib/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

binarySearchMethod · 0.65
binarySearchRangeMethod · 0.65
decodeMethod · 0.65
encodeURLMethod · 0.65
toASCIILowerCaseMethod · 0.65
toASCIIUpperCaseMethod · 0.65
indexOfMethod · 0.65
lastIndexOfMethod · 0.65
codePointAtMethod · 0.65
codePointBeforeMethod · 0.65
codePointCountMethod · 0.65
offsetByCodePointsMethod · 0.65

Implementers 5

Stringlib/java/lang/String.java
CharBufferlib/java/nio/CharBuffer.java
AbstractStringBuilderlib/java/lang/AbstractStringBuilder.ja
StringBufferlib/java/lang/StringBuffer.java
StringBuilderlib/java/lang/StringBuilder.java

Calls

no outgoing calls

Tested by

no test coverage detected