public static class ObjectSets.SynchronizedSet<K> extends ObjectCollections.SynchronizedCollection<K> implements ObjectSet<K>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(Object k)
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean remove(Object k)
java.util.Collectionremove in interface Collection<K>remove in interface Set<K>remove in class ObjectCollections.SynchronizedCollection<K>k - element to be removed from this collection, if present