Package it.unimi.dsi.fastutil.objects
Class ReferenceSets.SynchronizedSet<K>
- java.lang.Object
-
- it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection<K>
-
- it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet<K>
-
- All Implemented Interfaces:
ObjectIterable<K>
,ReferenceCollection<K>
,ReferenceSet<K>
,java.io.Serializable
,java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Direct Known Subclasses:
ReferenceSortedSets.SynchronizedSortedSet
- Enclosing class:
- ReferenceSets
public static class ReferenceSets.SynchronizedSet<K> extends ReferenceCollections.SynchronizedCollection<K> implements ReferenceSet<K>, java.io.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(java.lang.Object k)
-
Methods inherited from class it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceSet
iterator
-
-
-
-
Method Detail
-
remove
public boolean remove(java.lang.Object k)
- Specified by:
remove
in interfacejava.util.Collection<K>
- Specified by:
remove
in interfacejava.util.Set<K>
- Overrides:
remove
in classReferenceCollections.SynchronizedCollection<K>
-
-