Re: generic oversight?



Mike,

For this (and other) reasons I implemented my own collection wrappers,
which wrap Collection, List, etc., but have more sane API, including
contains(T). This isn't currently public, because I'm lazy, but it
could be.

You can either suggest that it should be public, which might kickstart
me to making it so, or implement your own. However, I doubt Sun will,
because they're afraid to stop old code from compiling.

Cheers.

.