Package io.microsphere.collection
Class Sets
- java.lang.Object
-
- io.microsphere.collection.Sets
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> java.util.Set<E>
ofSet(E... elements)
Returns an unmodifiable set containing an arbitrary number of elements.
-