Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ hash
Method
hash
ZezeJava/ZezeJava/src/main/java/Zeze/Util/IntHashMap.java:61–63 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
59
}
60
61
private
int
hash(
int
key) {
62
return
(
int
)((key * 0x9E3779B97F4A7C15L) >>> shift);
63
}
64
65
public
int
@NotNull [] getKeyTable() {
66
return
keyTable;
Callers
12
containsKey
Method · 0.95
contains
Method · 0.95
get
Method · 0.95
getOrDefault
Method · 0.95
put
Method · 0.95
putIfAbsent
Method · 0.95
computeIfAbsent
Method · 0.95
replace
Method · 0.95
compute
Method · 0.95
remove
Method · 0.95
resize
Method · 0.95
foreachUpdate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected