|
In my class, we were talking about how Java lacks
an enumeration type. We got some extra credit for writing one, so here it
is. This code is not cosmically significant, but a good
enumeration type would significantly enhance the Java language.
/**
* Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! */ |
ConstantColor.java