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]
- BitSet internally synchronized Artur Biesiadowski
- Re: BitSet internally synchronized Paul Fisher
- Re: BitSet internally synchronized Jochen Hoenicke
- Re: BitSet internally synchronized Paul Fisher
- Re: BitSet internally synchronized Jochen Hoenicke

