set与map的比较

Set
	HashSet			无序
	TreeSet			自然排序
	LinkedHashSet	保存插入的顺序

Map(规律同set)
	HashMap
	TreeMap
	LinkedHashMap

你可能感兴趣的:(set与map的比较)