Hi Mike, > Assuming that keySet().toArray() is implemented to work around the CMX > I would agree.
I expect it to be. CMX is only documented for iterators, and they should not rely on an iterator for toArray(). I expect them to call toArray() on the underlying map holding WeakReference objects, followed by a traversal of the array to dereference into the result array. In the worst case, the result array has some null entries. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
