Uses of Class
org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet
Packages that use SynchronizedMutableSet
-
Uses of SynchronizedMutableSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return SynchronizedMutableSetModifier and TypeMethodDescriptionstatic <E,S extends Set<E>>
SynchronizedMutableSet<E>SynchronizedMutableSet.of(S set) This method will take a MutableSet and wrap it directly in a SynchronizedMutableSet.static <E,S extends Set<E>>
SynchronizedMutableSet<E>This method will take a MutableSet and wrap it directly in a SynchronizedMutableSet.