hey all, is there a more idiomatic way? `if (mylis...
# codereview
l
hey all, is there a more idiomatic way?
if (mylist.sorted() != myotherlist.sorted())
where
mylist
and
myotherlist
are
List<String>
in no particular order. Thanks