Skip to content

Latest commit

 

History

History
 
 

item14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Comparable을 구현할지 고려하라


요약

sort기능을 고려할시 꼭 Comparable을 구현하고 사용하도록 하자. 박싱된 기본타입 클래스의 경우, 정적 compare나 Comparator 인터페이스가 제공하는 비교자 생성 메서드를 사용하자.