Descripción
Create a new empty Set using HashSet
File Template: ❌
Prefix
set:new
Scopes
java
Snippet de código
Set<${1:String}> ${2:set} = new HashSet<>();
Create a new empty Set using HashSet
set:new
java
Set<${1:String}> ${2:set} = new HashSet<>();