Java9 [JAVA] Comparator Collection의 데이터들을 정렬하는데 사용된다. - Usage두 값을 처리한 리턴 결과가 때 음수,0,양수 이냐에 따라 첫번째 인자의 정렬 순위가 낮음,값음,높음 으로 정의될 수 있다.(Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.) class ProductComparator implements Comparator { @Override public int compare(Product o1, Product o2) { if ( productSortOrd.. 2016. 2. 2. 이전 1 2 3 다음