enum
If you know javac turns enum declaration into a subclass of Enum, and understand what the heck is Enum<E extends Enum<E>>, my hat off to you and please stop reading.
For the rest of us, there is a through explanation of enum.
Thoughts of a programmer, gadget freak and personal finance noob
If you know javac turns enum declaration into a subclass of Enum, and understand what the heck is Enum<E extends Enum<E>>, my hat off to you and please stop reading.
For the rest of us, there is a through explanation of enum.
Comments