-
-
Constructor Summary
Constructors
| Constructor and Description |
Sets() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static <T> Set<T> |
copy(Set<T> input) |
static <T> boolean |
isEmpty(Set<T> set) |
static <T> boolean |
nonEmpty(Set<T> set) |
static <T> Set<T> |
of(T... elements) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2015. All rights reserved.