Would be very nice if the values of an OrderedMap were available as a List
as well as the keys. Any reason why this would be bad?

As ListOrderedMap.asList is but a view on the Map, valuesAsList would be
the same way, so largely it's just the same code as asList with a tweak to
call get on the Map.

Hen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to