MCPcopy
hub / github.com/libgdx/libgdx / substring

Method substring

gdx/src/com/badlogic/gdx/utils/CharArray.java:1985–1987  ·  view source on GitHub ↗

Extracts a portion of this CharArray as a string. @param start the start index, inclusive @return The new string @throws IndexOutOfBoundsException if the index is invalid

(int start)

Source from the content-addressed store, hash-verified

1983 * @return The new string
1984 * @throws IndexOutOfBoundsException if the index is invalid */
1985 public String substring (int start) {
1986 return substring(start, size);
1987 }
1988
1989 /** Extracts a portion of this CharArray as a string.
1990 * @param start the start index, inclusive

Callers 15

substringTestMethod · 0.95
unicodeTestMethod · 0.95
subSequenceMethod · 0.95
JavaCodeGeneratorClass · 0.80
parseMethod · 0.80
convertMethod · 0.80
nameMethod · 0.80
extensionMethod · 0.80
nameWithoutExtensionMethod · 0.80
pathWithoutExtensionMethod · 0.80
parentMethod · 0.80
fixSlashesMethod · 0.80

Calls 1

validateRangeMethod · 0.95

Tested by 7

substringTestMethod · 0.76
unicodeTestMethod · 0.76
keyTypedMethod · 0.64
renderMethod · 0.64
loadMethod · 0.64
parseMethod · 0.64
insertMessageMethod · 0.64