Class Sets

java.lang.Object
com.github.davidmoten.guavamini.Sets

public final class Sets extends Object
  • Method Details

    • newHashSet

      public static <E> HashSet<E> newHashSet(E... elements)
    • newHashSetWithExpectedSize

      public static <E> HashSet<E> newHashSetWithExpectedSize(int expectedSize)
    • newHashSet

      public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements)
    • newHashSet

      public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements)
    • newHashSet

      public static <E> HashSet<E> newHashSet()