EnumUtil

public class EnumUtil

Utility class for enums.

Functions

Link copied to clipboard
public static List<T> getAllPossibilities<T extends Enum<T>>(List<String> raw, Class<T> clazz)
Get all different enum values that match the ones in the list.