Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ length
Method
length
src/com/sun/jna/WString.java:53–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
return
toString().compareTo(o.toString());
52
}
53
@Override
54
public
int
length() {
55
return
toString().length();
56
}
57
@Override
58
public
char charAt(
int
index) {
59
return
toString().charAt(index);
Callers
15
testInvokeWString
Method · 0.95
testPreserveStringFields
Method · 0.95
testCupsServer
Method · 0.45
testCupsUser
Method · 0.45
testPerfstatCpu
Method · 0.45
testPerfstatDisk
Method · 0.45
testPerfstatNetInterfaces
Method · 0.45
testPerfstatProcesses
Method · 0.45
testEnumerateDevices
Method · 0.45
testMmapToShm
Method · 0.45
testSecWinntAuthIdentity
Method · 0.45
testQueryDosDevice
Method · 0.45
Calls
1
toString
Method · 0.95
Tested by
15
testInvokeWString
Method · 0.76
testPreserveStringFields
Method · 0.76
testCupsServer
Method · 0.36
testCupsUser
Method · 0.36
testPerfstatCpu
Method · 0.36
testPerfstatDisk
Method · 0.36
testPerfstatNetInterfaces
Method · 0.36
testPerfstatProcesses
Method · 0.36
testEnumerateDevices
Method · 0.36
testMmapToShm
Method · 0.36
testSecWinntAuthIdentity
Method · 0.36
testQueryDosDevice
Method · 0.36