Arrays.sort(myArr,(double[] a,double[] b)->{ //here multiple lines of code can be placed return a[0]-b[0]; });