Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
handleClient
Method · 0.45
handle
Method · 0.45
handle
Method · 0.45
deleteOldUnpackDirs
Method · 0.45
unpackResources
Method · 0.45
unpackResourceDir
Method · 0.45
getResourceFileSystem
Method · 0.45
findExistingValue
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
2
handleClient
Method · 0.36
handle
Method · 0.36