public abstract class Sets extends Object
| Constructor and Description |
|---|
Sets() |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySet |
newIdentitySet() |
static Set<Object> |
newMockSafeHashSet(Iterable<Object> mocks) |
static Set<Object> |
newMockSafeHashSet(Object... mocks) |
static <T> Set<T> |
newSet(T... elements) |