Package ch.javasoft.util.concurrent

The util.concurrent package contains classes commonly useful in multi-threaded concurrent programming; these classes have a more or less strong relation to those in java.util.concurrent.

See:
          Description

Class Summary
ConcurrentBitSet An ConcurrentBitSet is pretty much the same as a BitSet, but operations on the set are performed in a thread-safe manner.
 

Package ch.javasoft.util.concurrent Description

The util.concurrent package contains classes commonly useful in multi-threaded concurrent programming; these classes have a more or less strong relation to those in java.util.concurrent.