Re: I have an extensible Enumeration base class to donate to Apache Commons

2006-06-23 Thread John Kaplan
perty support. Hope you'll reconsider. Thanks, - John On 6/23/06, Joshua Bloch <[EMAIL PROTECTED]> wrote: John, I am not interested in this. It doesn't appear to play well with Java's current enum facility, which has shown itself to work very well in practice. Josh

I have an extensible Enumeration base class to donate to Apache Commons

2006-06-22 Thread John Kaplan
Hello All, I've been working on a Java card playing program in my spare time, and I figured out something about Enumerations that may be of general use. The issue is if you are working with concepts like card ranks and suits in a non-trivial application, you want them to be comparable, serializa