MCPcopy Index your code
hub / github.com/davidgiven/luje / length

Method length

lib/java/lang/String.java:1188–1190  ·  view source on GitHub ↗

Returns the size of this string. @return the number of characters in this string.

()

Source from the content-addressed store, hash-verified

1186 * @return the number of characters in this string.
1187 */
1188 public int length() {
1189 return count;
1190 }
1191
1192 /**
1193 * Compares the specified string to this string and compares the specified

Callers 11

toHexStringMethod · 0.95
replaceMethod · 0.95
toStringMethod · 0.95
toHexStringMethod · 0.95
checkURIMethod · 0.95
properPathMethod · 0.95
toURIMethod · 0.95
getAbsoluteNameMethod · 0.95
parseAuthorityMethod · 0.95
isValidIP6AddressMethod · 0.95
relativizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected