Java- Concatenating Enums? -


this question has answer here:

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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

#1062 - Duplicate entry '' for key 'unique_id' When Trying to add UNIQUE KEY (MySQL) -