public class Sort{ public static List gSort(List list){ // standard groovy sort return list.sort() } public static List bubbleSort(List l){ def swapped ...
確定! 回上一頁