Note that this implementation is not synchronized. If multiple threads access a set concurrently, and at least one of the threads modifies the set, it must be synchronized externally. This is typically accomplished by synchronizing on some object that naturally encapsulates the set.
@author Nathan Fiedler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|