-
Bug
-
Resolution: Not an Issue
-
P3
-
5.0
-
generic
-
generic
There is not way to extend java.util.EnumSet class because the class contains abstact method addAll() which has only package access.
Probably, the class did not designed to be extendable... but this aspect should be reflected in the spec.
Probably, the class did not designed to be extendable... but this aspect should be reflected in the spec.