|
From: SourceForge.net <no...@so...> - 2012-08-13 05:30:07
|
Bugs item #3556860, was opened at 2012-08-12 22:30 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=424682&aid=3556860&group_id=39235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: API Group: Next Minor Release Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: values() is not Collection<T> Initial Comment: Typical usage of values() in the Java API for Map<K, V> is values() returns Collection<V>. In trove, values() returns Object[] which is really obnoxious to iterate. I don't mind if you provide this but if you could also provide the collection that would make a lot more sense. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=424682&aid=3556860&group_id=39235 |