(long initial, @NotNull Class<?> key, @NotNull Class<?> value)
| 198 | |
| 199 | // PMap<K, V> |
| 200 | public static int hashLog(long initial, @NotNull Class<?> key, @NotNull Class<?> value) { |
| 201 | return hashLog(initial, Reflect.getStableName(key), Reflect.getStableName(value)); |
| 202 | } |
| 203 | |
| 204 | // PMap<K, V> |
| 205 | public static int hashLog(long initial, @NotNull String key, @NotNull String value) { |