Package com.github.davidmoten.guavamini
Class Sets
java.lang.Object
com.github.davidmoten.guavamini.Sets
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> HashSet<E>static <E> HashSet<E>newHashSet(E... elements) static <E> HashSet<E>newHashSet(Iterable<? extends E> elements) static <E> HashSet<E>newHashSet(Iterator<? extends E> elements) static <E> HashSet<E>newHashSetWithExpectedSize(int expectedSize)
-
Method Details
-
newHashSet
-
newHashSetWithExpectedSize
-
newHashSet
-
newHashSet
-
newHashSet
-