MCPcopy Create free account
hub / github.com/ReadyTalk/avian / contains

Method contains

classpath/java/lang/String.java:656–658  ·  view source on GitHub ↗
(CharSequence match)

Source from the content-addressed store, hash-verified

654 }
655
656 public boolean contains(CharSequence match) {
657 return indexOf(match.toString()) != -1;
658 }
659
660 public int codePointAt(int offset) {
661 return Character.codePointAt(this, offset);

Callers 1

mainMethod · 0.95

Calls 2

indexOfMethod · 0.95
toStringMethod · 0.65

Tested by 1

mainMethod · 0.76