Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ toString
Method
toString
src/com/sun/jna/WString.java:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
this.string = s;
36
}
37
@Override
38
public
String toString() {
39
return
string;
40
}
41
@Override
42
public
boolean equals(Object o) {
43
return
(o instanceof WString) && toString().equals(o.toString());
Callers
7
testCallWideStringCallback
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
compareTo
Method · 0.95
length
Method · 0.95
charAt
Method · 0.95
subSequence
Method · 0.95
Calls
no outgoing calls
Tested by
1
testCallWideStringCallback
Method · 0.76