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

Method length

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

Returns the length of this string. @return The length of this string. @since 2018/09/19

()

Source from the content-addressed store, hash-verified

819 * @since 2018/09/19
820 */
821 public int length()
822 {
823 return this._sequence.length();
824 }
825
826 public boolean regionMatches(int __a, String __b, int __c, int __d)
827 {

Callers 15

__mergeIntoMethod · 0.95
acceptMethod · 0.95
__readHeaderMethod · 0.95
__readNextMethod · 0.95
listMethod · 0.95
__testClassMethod · 0.95
compileMethod · 0.95
ofBinaryPathMethod · 0.95
__getoptsMethod · 0.95
__processMethod · 0.95
numberAsStringMethod · 0.95
mainMethod · 0.95

Calls 1

lengthMethod · 0.65

Tested by 2

__testClassMethod · 0.76
__convertToStringMethod · 0.76