MCPcopy 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

testInvokeWStringMethod · 0.95
testCupsServerMethod · 0.45
testCupsUserMethod · 0.45
testPerfstatCpuMethod · 0.45
testPerfstatDiskMethod · 0.45
testPerfstatProcessesMethod · 0.45
testEnumerateDevicesMethod · 0.45
testMmapToShmMethod · 0.45
testQueryDosDeviceMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by 15

testInvokeWStringMethod · 0.76
testCupsServerMethod · 0.36
testCupsUserMethod · 0.36
testPerfstatCpuMethod · 0.36
testPerfstatDiskMethod · 0.36
testPerfstatProcessesMethod · 0.36
testEnumerateDevicesMethod · 0.36
testMmapToShmMethod · 0.36
testQueryDosDeviceMethod · 0.36