Class Sets
- java.lang.Object
-
- org.apache.commons.compress.utils.Sets
-
public class Sets extends java.lang.Object
Set utilities- Since:
- 1.13
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> java.util.HashSet<E>
newHashSet(E... elements)
Creates a new HashSet filled with the given elements
-