Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In IntelliJ, the existing combination of raw types, casting, and lambdas often produces spurious compilation errors. This PR introduces a solution which hides the unsafe cast in a single method, and also uses `Map.putIfAbsent` to avoid constructing a lambda for this case.
- Loading branch information