Java Insertion-Sorted Set Declaration with Values

Descripción

Create a new empty Set using LinkedHashSet


File Template: ❌


Prefix

sorted-set:new


Scopes

java


Snippet de código

Set<${1:String}> ${2:set} = new LinkedHashSet<>(List.of(/* values */));