public static class ObjectSets.SynchronizedSet<K> extends ObjectCollections.SynchronizedCollection<K> implements ObjectSet<K>, Serializable
collection, sync| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizedSet(ObjectSet<K> s) |
protected |
SynchronizedSet(ObjectSet<K> s,
Object sync) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(Object k) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean remove(Object k)
remove in interface Collection<K>remove in interface Set<K>remove in class ObjectCollections.SynchronizedCollection<K>Copyright © 2020. All rights reserved.