class EventManager.MySet<T>
extends java.util.HashSet<T>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Class MySet to override to turn both add and remove synchronized.
|
| Constructor and Description |
|---|
MySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemove(int pr,
T value) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
public void addRemove(int pr,
T value)