Image

Imagesmesh wrote in Imageru_java

[Tip of the Day] Sort a Collection of Objects


java.util.Collection.sort(myCollection);

This reorders the objects in myCollection. The default order is ascending.
Amit Tuli (оригинал)

А как изменить *default order* или Tuli что-то не то втулил? :)