Class Sets

java.lang.Object
org.apache.commons.compress.utils.Sets

public class Sets extends Object
Set utilities
Since:
1.13
  • Method Details

    • newHashSet

      @SafeVarargs public static <E> HashSet<E> newHashSet(E... elements)
      Creates a new HashSet filled with the given elements
      Type Parameters:
      E - type of elements contained in new set
      Parameters:
      elements - the elements to fill the new set
      Returns:
      A new HasSet