static class SynchronizedMultiSet.SynchronizedSet<T> extends SynchronizedCollection<T> implements java.util.Set<T>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serialization version
|
lock| Constructor and Description |
|---|
SynchronizedSet(java.util.Set<T> set,
java.lang.Object lock)
Constructor.
|
add, addAll, clear, contains, containsAll, decorated, equals, hashCode, isEmpty, iterator, remove, removeAll, removeIf, retainAll, size, synchronizedCollection, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
SynchronizedSet(java.util.Set<T> set, java.lang.Object lock)
set - the set to decoratelock - the lock to use, shared with the multiset