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

Method equals

test/com/sun/jna/CallbacksTest.java:262–265  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

260 return Integer.valueOf(value);
261 }
262 @Override
263 public boolean equals(Object o) {
264 return o instanceof Custom && ((Custom)o).value == value;
265 }
266 }
267
268 public void testLookupNullCallback() {

Callers 15

toNativeMethod · 0.45
toNativeMethod · 0.45
testWideCharArgumentMethod · 0.45
testOpaquePointerMethod · 0.45
getFunctionNameMethod · 0.45
testSystemPropertyMethod · 0.45
mainMethod · 0.45
toNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected