public final class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> HashSet<E> |
newHashSet() |
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) |
Copyright © 2013–2018. All rights reserved.