public final class CollectionsHelper extends Object
public static <T> Set<T> asSet(T... elements)
Set
with the given elements.T
- the element type.elements
- the elements.Set
instance containing the given elements.NullPointerException
- if parameter elements is null
.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.