(int rankType, int timeType)
| 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); |