Package org.restlet.engine.util
Class SetUtils
- java.lang.Object
-
- org.restlet.engine.util.SetUtils
-
public class SetUtils extends java.lang.ObjectUtilities for manipulation ofSet.
-
-
Constructor Summary
Constructors Constructor Description SetUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> java.util.Set<E>newHashSet(E... elements)Returns a newHashSetwith the given elements
-