The Javadoc for
public static <K extends Comparable,V extends Comparable> TreeMultimap<K,V>
newTreeMultimap()
in com.google.common.collect.Multimaps says:
"If the supplied multimap contains duplicate key-value pairs, those
duplicate pairs will only be stored once in the new multimap."
But there is no supplied multimap.
Looks like src/com/google/common/collect/Multimaps.java:124
Original issue reported on code.google.com by gmat...@gmail.com on 29 Dec 2008 at 11:21
Original issue reported on code.google.com by
gmat...@gmail.com
on 29 Dec 2008 at 11:21