I've a map where the key is to lookup an item and the value is a title for display. The titles are not unique. I want to sort the map by the titles. SortedMap only sorts by key. DoubleOrderedMap forces values to be unique. Neither satisfies my requirement. Does anyone know a map implementation that does what I want?
-- Willie Vu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
