Collections.sort(myList, Comparator.comparing(Sorter::isX) .thenComparing(Sorter::isY) .thenComparing(Sorter::isZ));