colletionsํด๋์ค1 ์ด์ 1 ๋ค์ [๋ฉ์๋] Collections ํด๋์ค ์ฃผ์ ๋ฉ์๋ void sort(List list): ์์ฐ ์์๋๋ก ๋ฆฌ์คํธ ์ ๋ ฌ void reverse(List list): ๋ฆฌ์คํธ์ ์์ ์์๋ฅผ ์ญ์์ผ๋ก ๋ณ๊ฒฝ Comparator reverseOrder(): ์ญ์ ์์ฐ ์ ๋ ฌ Comparator ๋ฐํ void shuffle(List list): ๋ฆฌ์คํธ์ ์์๋ฅผ ์์์ ์์๋ก ์์ T min(Collection list, int i, int j): ๋ฆฌ์คํธ ๋ด ๋ ์์์ ์์น ๊ตํ Collection unmodifiableCollection(Collection c, Object o): ํน์ ๊ฐ์ฒด๊ฐ ์ปฌ๋ ์ ์ ๋ํ๋๋ ํ์ ๊ณ์ฐ int indexOfSubList(List source, List target): ํ๋์ ๋ฆฌ์คํธ๊ฐ ๋ค๋ฅธ ๋ฆฌ์คํธ์ ์ฒ์์ผ๋ก ๋ํ๋๋ ์์น์ ์ธ๋ฑ์ค ๋ฐํ.. 2023. 12. 14. ์ด์ 1 ๋ค์