线程中断 java set与map 总的来说set和map是关联式容器,而我们前面学习的vector和list的序列式容器。 set和map底层几乎是搜索二叉树,所以他们都可以进行排序和去重,走的是中序遍历1、set(底层相当于key的搜索树)具体可以看:https://legacy.cplusplus.com/reference/set/set/?kw=seta、插入:b、删除:注:2、mu...