Github user cestella commented on the issue:
https://github.com/apache/metron/pull/1021
[Multimaps](https://google.github.io/guava/releases/19.0/api/docs/com/google/common/collect/Multimap.html#entries())
don't have unique keys. Making the unique keys would necessitate copying the
maps, which seems excessive to me. ---
