Class Sets


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

      • 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