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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
remove(Object k)
-
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:
remove
in interfaceCollection<K>
- Specified by:
remove
in interfaceSet<K>
- Overrides:
remove
in classObjectCollections.SynchronizedCollection<K>
-
-