- java.lang.Object
-
- com.aoapps.lang.EnumUtils
-
public final class EnumUtils extends Object
Utilities that help when working with Enums.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Enum<E>>
Emax(E e1, E e2)Gets the greater of two enums.static <E extends Enum<E>>
Emin(E e1, E e2)Gets the lesser of two enums.
-