Immutable, Mutable로 구분이 된다 set은 중복 원소를 포함하지 않고 순서가 없는 집합이다.
add addAll clear remove removeAll indices
값의 hash 값을 얻어서 저장
hash를 이용하므로 빠르게 조회 가능
Intersection(교집합) Difference(차집합) Complement(여집합) Subset(부분집합) Union(합집합)