public class EnumUtil
extends Object
-
Method Summary
static <E extends Enum<E>>
E[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
allValuesExceptFor
@SafeVarargs
public static <E extends Enum<E>> E[] allValuesExceptFor(E... values)