MCPcopy 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

equalsMethod · 0.95
hashCodeMethod · 0.95
compareToMethod · 0.95
lengthMethod · 0.95
charAtMethod · 0.95
subSequenceMethod · 0.95

Calls

no outgoing calls

Tested by 1