if we want to use we need to firdt change the set into list and then only we can make use of collections special methods like sort and reverse() ...
When using JavaConversions to convert from a java LinkedHashSet, the resulting Set is a scala mutable set. There is a scala version of LinkedHashSet, so I would've expected this to be created instead.