paulk-asert opened a new pull request, #665: URL: https://github.com/apache/commons-collections/pull/665
This PR adds an inverse method into the following multimap implementations: `ArrayListValuedHashMap` `ArrayListValuedLinkedHashMap` `HashSetValuedHashMap` `HashSetValuedLinkedHashMap` There is also an `inverseInto` method added to `MultiMapUtils` to handle the case of a heterogenous collector. As well as a test case to the relevant source files. Decorated multimaps throw `UnsupportedOperationException` by default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
