Java- Concatenating Enums? -
this question has answer here:
- can enums subclassed add new elements? 15 answers
i have java enum containing elements, , want second enum contains same elements first, plus additional ones.
is there way tell java create new enum taking first , adding elements onto it?
try question: can enums subclassed add new elements?
the consensus is not possible
Comments
Post a Comment