MCPcopy Create free account
hub / github.com/e2wugui/zeze / hash

Method hash

ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongHashSet.java:49–51  ·  view source on GitHub ↗
(long key)

Source from the content-addressed store, hash-verified

47 }
48
49 private int hash(long key) {
50 return (int)(key * 0x9E3779B97F4A7C15L >>> shift);
51 }
52
53 public int size() {
54 return size;

Callers 4

containsMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected