Uses of Class
org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet
-
Packages that use SynchronizedMutableSet Package Description org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet. -
-
Uses of SynchronizedMutableSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return SynchronizedMutableSet Modifier and Type Method Description static <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>SynchronizedMutableSet. of(S set, Object lock)This method will take a MutableSet and wrap it directly in a SynchronizedMutableSet.
-