public static class CollectionUtils.Set
extends java.lang.Object
| Constructor and Description |
|---|
Set() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Set<T> |
of(T... elements)
Returns an ordered set containing the provided elements
|