MultiMap deprecated? HashMap

J

jeffrey.bigham

Hi,

I've been using the MultiMap in
org.apache.commons.collections.MultiMap;

but the only implementing class I see is
org.apache.commons.collections.MultiHashMap;

which is marked as deprecated. I can't find another implementing
class.

Is there a new standard MultiMap in the java API or does someone know
where its functionality has moved in the Apache Commons collection?

Thanks,
Jeff
 
R

Roland de Ruiter

Hi,

I've been using the MultiMap in
org.apache.commons.collections.MultiMap;

but the only implementing class I see is
org.apache.commons.collections.MultiHashMap;

which is marked as deprecated. I can't find another implementing
class.

Is there a new standard MultiMap in the java API or does someone know
where its functionality has moved in the Apache Commons collection?

Thanks,
Jeff
A case of RTFM?
<http://jakarta.apache.org/commons/c.../apache/commons/collections/MultiHashMap.html>
"*Deprecated*. Class now available as MultiValueMap in map subpackage."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top