Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSet
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
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 SynchronizedDoubleSet Modifier and Type Method Description static 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.SynchronizedDoubleSetSynchronizedDoubleSet. with(double element)SynchronizedDoubleSetSynchronizedDoubleSet. withAll(DoubleIterable elements)SynchronizedDoubleSetSynchronizedDoubleSet. without(double element)SynchronizedDoubleSetSynchronizedDoubleSet. withoutAll(DoubleIterable elements)