Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ substring
Method
substring
classpath/java/lang/StringBuilder.java:360–362 ·
view source on GitHub ↗
(int start)
Source
from the content-addressed store, hash-verified
358
}
359
360
public
String substring(
int
start) {
361
return
substring(start, length);
362
}
363
364
public
String substring(
int
start,
int
end) {
365
int
len = end-start;
Callers
5
main
Method · 0.95
verifySubstring
Method · 0.95
subSequence
Method · 0.95
delete
Method · 0.45
setLength
Method · 0.45
Calls
1
getChars
Method · 0.95
Tested by
2
main
Method · 0.76
verifySubstring
Method · 0.76