Is there a sorted java collection which handles duplicates?

Posted by Styggentorsken on Stack Overflow See other posts from Stack Overflow or by Styggentorsken
Published on 2010-04-17T12:41:18Z Indexed on 2010/04/17 12:43 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I need a collection that behaves something like C++ multimap, but I also need to be able to get elements by a range of keys.

© Stack Overflow or respective owner

Related posts about java

Related posts about collections