- Type Parameters:
T
- the type
- All Implemented Interfaces:
Iterable<T>
public class ConcurrentListenerSet<T>
extends Object
implements Iterable<T>
A listener set that is weakly consistent. This allows for iteration of the set while other
threads modify the set.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConcurrentListenerSet
public ConcurrentListenerSet()
-
Method Details
-
-
-
clear
public void clear()
-
-