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, spliterator
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
public void addRemove(int pr, T value)