MCPcopy Create free account
hub / github.com/defold/defold / equals

Method equals

editor/src/java/com/defold/util/WeakInterner.java:473–476  ·  view source on GitHub ↗
(final Object other)

Source from the content-addressed store, hash-verified

471 }
472
473 @Override
474 public boolean equals(final Object other) {
475 return (other instanceof Entry<?> otherEntry) && Objects.equals(get(), otherEntry.get());
476 }
477
478 @Override
479 public int hashCode() {

Callers 9

mainMethod · 0.45
handleClientMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
deleteOldUnpackDirsMethod · 0.45
unpackResourcesMethod · 0.45
unpackResourceDirMethod · 0.45
getResourceFileSystemMethod · 0.45
findExistingValueMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 2

handleClientMethod · 0.36
handleMethod · 0.36