public static class ObjectSets.SynchronizedSet<K> extends ObjectCollections.SynchronizedCollection<K> implements ObjectSet<K>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(Object k) |
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)
remove in interface Collection<K>remove in interface Set<K>remove in class ObjectCollections.SynchronizedCollection<K>