Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ArrayList allocation from Mappings#bijection, and add helpful …
…message in case NPE is thrown bijection requires all indices from [0..targets.size()-1) to be mapped to non-null, and NPE was thrown if that is not the case. The change adds extra message, so it is easier to see what aas the mapping.
- Loading branch information