Are you sure that switch converts the expression? I looked in the
java language specification... and I couldn't find anything.
The type of the Expression must be char, byte, short, or int, or a compile-time error occurs.
But I suppose the expression is transformed into an integer in the byte code, or not?
I'm still not convinced, jdj
