Specify erasure for type E:
public abstract class EnumSet<E extends Enum<E>> {...}
Specify erasure not for type "EnumSet<E extends Enum<E>>" but for type "E"
Specify erasure for type E:
public abstract class EnumSet<E extends Enum<E>> {...}
Create a free account to access the full topic