package rongqi;
import java.util.*;
import java.util.HashSet;
public class setrongqi{
static HashSet<String> notes = new HashSet<String>();
public static void main(String args[]) {
notes.add("first");
notes.add("second");
notes.add("first"); //set表示集合,则有集合的无序性和不重复性
//即:没有顺序,没有相同元素
System.out.println(notes);
}
}
相关文章
- 09-30docker容器中安装vim 、telnet、ifconfig命令
- 09-30请求数据,渲染数据时,最终得到的是一个集合需要用filters进行提取
- 09-30各种容器的初始化以及相互初始化
- 09-30放在NSArray、NSDictionary等容器内的对象Item,Item中的property在程序运行过程中被无故释放
- 09-30spring-boot开发:使用内嵌容器进行快速开发及测试
- 09-30spring-boot开发:使用内嵌容器进行快速开发及测试
- 09-30云原生存储详解:容器存储与 K8s 存储卷
- 09-3013、mybatis一对多resultMap中用collection指定集合的封装规则
- 09-302020.12.04,Comparator,Comparable,Map集合
- 09-30数据库-集合查询