728x90 comparable1 Java / Spring / Comparable과 Comparator Comparable과 Comparator를 활용해서 상품목록 정렬하기 Comparable과 Comparator의 차이점 Comparable은 String이나 Integer의 데이터를 특정 조건으로 정렬하고 싶을 때 사용한다 출력할 때 Collections.sort(목록) method를 이용한다. Comparator는 기존 정렬에서 내가 원하는 대로 특정 조건을 더 추가하여 다르게 정렬하고 싶을 때 사용한다 출력할 때 Collections.sort(목록,comparator별칭) method를 이용한다. 1) Controller @Controller public class ProductListController { @Autowired private ProductDaoInter Inter; @RequestMa.. 2021. 3. 9. 이전 1 다음 728x90