Package it.unimi.dsi.fastutil.objects
Class ObjectSets.SynchronizedSet<K>
- java.lang.Object
-
- it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection<K>
-
- it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet<K>
-
- All Implemented Interfaces:
ObjectCollection<K>,ObjectIterable<K>,ObjectSet<K>,Serializable,Iterable<K>,Collection<K>,Set<K>
- Direct Known Subclasses:
ObjectSortedSets.SynchronizedSortedSet
- Enclosing class:
- ObjectSets
public static class ObjectSets.SynchronizedSet<K> extends ObjectCollections.SynchronizedCollection<K> implements ObjectSet<K>, Serializable
A synchronized wrapper class for sets.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
remove
public boolean remove(Object k)
- Specified by:
removein interfaceCollection<K>- Specified by:
removein interfaceSet<K>- Overrides:
removein classObjectCollections.SynchronizedCollection<K>
-
-