posted 23 years ago
Hey people,
thanks for all your suggestions.
I actually followed the path suggested by Colin and wrote
my own isSparse method by iterating thru the array. It was
then that I was shocked to find that the array that I was
operating on is an array value, an Object instead of Object[]. So I had to use java.lang.reflect.Array to process it. Messy, but I'll live with it for the moment.
Pho