Package uk.gov.gchq.koryphe.util
Class JavaUtils.Set
- java.lang.Object
-
- uk.gov.gchq.koryphe.util.JavaUtils.Set
-
-
Constructor Summary
Constructors Constructor Description Set()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Set<T>
copyOf(Set<T> set)
static <T> Set<T>
immutableCopyOf(Set<T> set)
static <T> Set<T>
of(T... item)
-