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

Method startsWith

Ports/CLDC11/src/java/lang/String.java:362–364  ·  view source on GitHub ↗
(java.lang.String prefix)

Source from the content-addressed store, hash-verified

360
361 /// Tests if this string starts with the specified prefix.
362 public boolean startsWith(java.lang.String prefix){
363 return false; //TODO codavaj!!
364 }
365
366 /// Tests if this string starts with the specified prefix beginning at the specified index.
367 public boolean startsWith(java.lang.String prefix, int toffset){

Callers 15

relativizeMethod · 0.95
readAmPmMarkerMethod · 0.95
readTimeZoneMethod · 0.95
pollMethod · 0.95
openGalleryMethod · 0.95
handleEventMethod · 0.95
getUriForFileMethod · 0.95
onResumeMethod · 0.95
probeStreamsMethod · 0.95
readAudioMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected