MCPcopy Index your code
hub / github.com/java-native-access/jna / charAt

Method charAt

src/com/sun/jna/WString.java:57–60  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

55 return toString().length();
56 }
57 @Override
58 public char charAt(int index) {
59 return toString().charAt(index);
60 }
61 @Override
62 public CharSequence subSequence(int start, int end) {
63 return toString().subSequence(start, end);

Callers 13

testQueryDosDeviceMethod · 0.45
testGetDiskFreeSpaceMethod · 0.45
testWmiProcessesMethod · 0.45
testShowPropertiesMethod · 0.45
toGuidStringMethod · 0.45
insertStringMethod · 0.45
typeMethod · 0.45
isVersionedNameMethod · 0.45
dumpMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by 8

testQueryDosDeviceMethod · 0.36
testGetDiskFreeSpaceMethod · 0.36
testWmiProcessesMethod · 0.36
testShowPropertiesMethod · 0.36
typeMethod · 0.36