Package org.restlet.engine.util
Class SetUtils
java.lang.Object
org.restlet.engine.util.SetUtils
Utilities for manipulation of
Set.- Author:
- Manuel Boillod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Set<E>newHashSet(E... elements) Returns a newHashSetwith the given elements