Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ compareKeys
Method
compareKeys
src/main/java/net/optifine/util/CompoundKey.java:84–87 ·
view source on GitHub ↗
(Object key1, Object key2)
Source
from the content-addressed store, hash-verified
82
}
83
84
private
static
boolean compareKeys(Object key1, Object key2)
85
{
86
return
key1 == key2 ? true : (key1 == null ? false : (key2 == null ? false : key1.equals(key2)));
87
}
88
89
private
Object[] getKeys()
90
{
Callers
1
equals
Method · 0.95
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected