list.sort(comparator)
Collections.sort(list, comparator)
Collections.sort는 래퍼에 불과하므로 인스턴스 메서드를 직접 사용하는 것이 좋습니다.
Collections.sort