Reinier Zwitserloot wrote: > new HashSet<>(["a", "b", "c"]); > > is too much effort in the rare cases where you need to initialize a > set-typed parameter? This is java, not perl. Golfing isn't the end goal. > Without scanning my codebase I wouldn't expect Set parameters and fields to be rare. I use Set's quite frequently. Mark Thornton