Artur Biesiadowski <[EMAIL PROTECTED]> writes:

> Are you sure that BitSet should be internally synchronized ?

Unless the JLS specifies otherwise, Java data structures are generally
assumed to be thread-safe.

In this case, the example code given for BitSet.hashCode in the JLS is
synchronized, which would seem to imply that BitSets should be
thread-safe.

-- 
Paul Fisher * [EMAIL PROTECTED]

Reply via email to