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

Method endsWith

Ports/CLDC11/src/java/lang/String.java:163–165  ·  view source on GitHub ↗
(java.lang.String suffix)

Source from the content-addressed store, hash-verified

161
162 /// Tests if this string ends with the specified suffix.
163 public boolean endsWith(java.lang.String suffix){
164 return false; //TODO codavaj!!
165 }
166
167 /// Compares this string to the specified object. The result is true if and only if the argument is not null and is a String object that represents the same sequence of characters as this object.
168 public boolean equals(java.lang.Object anObject){

Callers 15

toStringMethod · 0.95
formatLocalTimeMethod · 0.95
fileJournalChangedMethod · 0.95
listFilesMethod · 0.95
tempPathMethod · 0.95
getUriForFileMethod · 0.95
tempPhotoPathMethod · 0.95
getImageFilePathMethod · 0.95
getCurrentSSIDMethod · 0.95
actionPerformedMethod · 0.95
getOutputMediaFileMethod · 0.95
getAppHomePathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected