Package generic.concurrent
Class ConcurrentListenerSet<T>
java.lang.Object
generic.concurrent.ConcurrentListenerSet<T>
- Type Parameters:
T
- the type
- All Implemented Interfaces:
Iterable<T>
A listener set that is weakly consistent. This allows for iteration of the set while other
threads modify the set.