728x90
https://devlog-wjdrbs96.tistory.com/68
Array.Sort는 배열을 정렬해주는 것이고 Collections.sort는 클래스의 객체를 정렬해주는 것
출처: https://devlog-wjdrbs96.tistory.com/68 [Gyun's 개발일지:티스토리]
https://haenny.tistory.com/349
comparable은 나(this)를 기준으로 comapreTo 메소드에 상대를 넣어 비교를 했다면,
comparator는 비교대상 2개를 가지고 판단을 한다.
출처: https://haenny.tistory.com/349 [Haenny:티스토리]
728x90
'Language > Java' 카테고리의 다른 글
IllegalArgumentException, IllegalStateException (0) | 2023.02.26 |
---|---|
추상클래스 (0) | 2023.02.19 |
DI(Dependent Injection) 이란? (0) | 2022.12.11 |
Assertion 메소드 공부 (0) | 2022.11.02 |
AssertJ 사용법 공부 (0) | 2022.11.02 |