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

Method newRankKey

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Rank.java:132–134  ·  view source on GitHub ↗
(int rankType, int timeType)

Source from the content-addressed store, hash-verified

130 }
131
132 public static BConcurrentKey newRankKey(int rankType, int timeType) {
133 return newRankKey(System.currentTimeMillis(), rankType, timeType, 0);
134 }
135
136 public static BConcurrentKey newRankKey(long time, int rankType, int timeType) {
137 return newRankKey(time, rankType, timeType, 0);

Callers 1

testRankMethod · 0.95

Calls 3

getMethod · 0.65
getInstanceMethod · 0.45

Tested by 1

testRankMethod · 0.76