MCPcopy Create free account
hub / github.com/HumbleUI/JWM / hashCode

Method hashCode

shared/java/impl/Native.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47 // FIXME two different pointers might point to equal objects
48 @Override
49 public int hashCode() {
50 return Long.hashCode(_ptr);
51 }
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected