public static class ObjectSets.SynchronizedSet<K> extends ObjectCollections.SynchronizedCollection<K> implements ObjectSet<K>, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(java.lang.Object k) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toStringpublic boolean remove(java.lang.Object k)
remove in interface java.util.Collection<K>remove in interface java.util.Set<K>remove in class ObjectCollections.SynchronizedCollection<K>