Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSet
Packages that use SynchronizedDoubleSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of SynchronizedDoubleSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedDoubleSetModifier and TypeMethodDescriptionstatic SynchronizedDoubleSetSynchronizedDoubleSet.of(MutableDoubleSet set) This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.static SynchronizedDoubleSetSynchronizedDoubleSet.of(MutableDoubleSet set, Object lock) This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.SynchronizedDoubleSet.with(double element) SynchronizedDoubleSet.withAll(DoubleIterable elements) SynchronizedDoubleSet.without(double element) SynchronizedDoubleSet.withoutAll(DoubleIterable elements)