Java에서 hash set 구현체: HashSet

public HashSet(){
	map = new HashMap<>();
}