paulk-asert commented on code in PR #665:
URL: 
https://github.com/apache/commons-collections/pull/665#discussion_r2618879568


##########
src/main/java/org/apache/commons/collections4/MultiValuedMap.java:
##########
@@ -140,6 +140,17 @@ public interface MultiValuedMap<K, V> {
      */
     Collection<V> get(K key);
 
+    /**
+     * Returns the inverse MultiValuedMap with inverted mappings.

Review Comment:
   In mathematical jargon, the thing being returned is the "inverse multimap". 
I see what you are saying that those not knowing the math jargon might confuse 
that wording with meaning just one. Then again, totally forgoing the math 
jargon might be less clear for those that are aware of the term. I'll try to 
think of a middle ground.



-- 
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]

Reply via email to