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

Method contains

vm/JavaAPI/src/java/lang/String.java:943–945  ·  view source on GitHub ↗
(CharSequence seq)

Source from the content-addressed store, hash-verified

941 public native static String format(String format, Object... args);
942
943 public boolean contains(CharSequence seq) {
944 return seq == null ? false : indexOf(seq.toString()) != -1;
945 }
946
947 public boolean isEmpty() {
948 return length() == 0;

Callers 15

convertMethod · 0.95
isCellEditableMethod · 0.95
mainMethod · 0.95
parseCssTokensMethod · 0.95
patchRootBuildGradleMethod · 0.95
validateMethod · 0.95
waitForMarkerMethod · 0.95
executeMethod · 0.95
locateExistingCommentMethod · 0.95

Calls 2

indexOfMethod · 0.95
toStringMethod · 0.65

Tested by 15

waitForMarkerMethod · 0.76
validateMethod · 0.76
waitForDeviceRunnerMethod · 0.76
runTestMethod · 0.76
compileAndRunMethod · 0.76
translateBuildAndRunMethod · 0.76
scanPublicClassesMethod · 0.76
scanDirectoryMethod · 0.76