Maxim Safronov
Results
2
issues of
Maxim Safronov
### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Current behavior I have GraphQL query in...
bug
need testing
According to https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-878 Total summary: - Precompute initial capacity for new HashMap in MapUtils.invertMap to avoid resize during following insertion. - Implementation same as JDK's HashMap static factory method. ```...