public class SetUtilities extends Object
| Constructor and Description |
|---|
SetUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
equals(Set<T> set,
Collection<T> collection) |
static <T> Set<T> |
getContainsNot(Set<T> set,
Iterable<T> other) |
public static <T> boolean equals(Set<T> set, Collection<T> collection)
Copyright © 2007–2016 Andreas Bartels. All rights reserved.