(@Nullable T obj)
| 513 | } |
| 514 | |
| 515 | public static <T> @NotNull T ensureNotNull(@Nullable T obj) { |
| 516 | assert obj != null; |
| 517 | return obj; |
| 518 | } |
| 519 | |
| 520 | // public static void setKeyHashMultiplier(int multiplier) { // must be set before any other access |
| 521 | // keyHashMultiplier = multiplier; |
no outgoing calls
no test coverage detected