반응형 Arrays.sort1 Collections 함수에 대해 자바에서 List를 정렬하는 방법에 대해서는 간단히 sort 를 사용하여 가능하다.Arrays.sort();Arrays.sort(list);https://docs.oracle.com/javase/8/docs/api/ Java Platform SE 8 docs.oracle.com 그리고 또 다른방법으로는 Collections 를 사용하면 된다. https://docs.oracle.com/javase/8/docs/api/java/util/Collections.html Collections (Java Platform SE 8 )Rotates the elements in the specified list by the specified distance. After calling this method, the el.. 2024. 7. 28. 이전 1 다음 반응형