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

Method hashCode

src/com/sun/jna/NativeString.java:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 @Override
97 public int hashCode() {
98 return toString().hashCode();
99 }
100
101 @Override
102 public boolean equals(Object other) {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected