noneOf
Creates an empty enum set with the specified element type.
Return
An empty enum set of the specified type.
Parameters
elementType
the class object of the element type for this enum set
Throws
if elementType is null
Creates an empty enum set with the specified element type.
An empty enum set of the specified type.
the class object of the element type for this enum set
if elementType is null