public static class ReferenceSets.SynchronizedSet<K> extends ReferenceCollections.SynchronizedCollection<K> implements ReferenceSet<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, toStringiteratoradd, 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 ReferenceCollections.SynchronizedCollection<K>