Java enums: Gathering info from another enums
- by Samuel Carrijo
I made a similar question a few days ago, but now I have new requirements, and new challenges =). As usual, I'm using the animal enums for didactic purposes, once I don't want to explain domain-specific stuff
I have a basic enum of animals, which is used by the whole zoo (I can add stuff to it, but must keep compatibility):
public enum Animal {
…