How to create empty EnumSet? by Tarik Use the method EnumSet.noneOf: EnumSet<MyClass> x = EnumSet.noneOf(MyClass.class);