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

Method startsWith

vm/JavaAPI/src/java/lang/String.java:732–734  ·  view source on GitHub ↗

Tests if this string starts with the specified prefix.

(java.lang.String prefix)

Source from the content-addressed store, hash-verified

730 * Tests if this string starts with the specified prefix.
731 */
732 public boolean startsWith(java.lang.String prefix){
733 return startsWith(prefix, 0);
734 }
735
736 /**
737 * Tests if this string starts with the specified prefix beginning at the specified index.

Callers 15

fieldNameMethod · 0.95
verifyMethod · 0.95
resolveBufferMethod · 0.95
readImageBytesMethod · 0.95
colorMethod · 0.95
getPushKeyMethod · 0.95
toURIMethod · 0.95
getProtocolMethod · 0.95
toBooleanValueMethod · 0.95
purgeCacheDirectoryMethod · 0.95
parseCookieHeaderMethod · 0.95

Calls

no outgoing calls

Tested by 15

classifyMethod · 0.76
parseSettingsMethod · 0.76
runOtpAuthUriMethod · 0.76
runTestMethod · 0.76
runTestMethod · 0.76
testFileClassMethod · 0.76
runTestMethod · 0.76
parseJavaMajorMethod · 0.76
extractLastJsonObjectMethod · 0.76