Hi all, Now that we have the static method
Method.valueOf(String)
I wonder if it makes sense to make the Method constructors private. I
think it's unlikely that someone wants to create a non-standard
Method.
If the constructors are private we can compare Method instances by
reference which should be a lot faster than the equals(Object) method.
Thoughts?
Best regards,
Lars
--
http://www.semagia.com

