Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ subSequence
Method
subSequence
src/com/sun/jna/WString.java:61–64 ·
view source on GitHub ↗
(int start, int end)
Source
from the content-addressed store, hash-verified
59
return
toString().charAt(index);
60
}
61
@Override
62
public
CharSequence subSequence(
int
start,
int
end) {
63
return
toString().subSequence(start, end);
64
}
65
}
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected