Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
Calls
2
indexOf
Method · 0.95
toString
Method · 0.65
Tested by
1
main
Method · 0.76