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 SynchronizedDoubleSet
SynchronizedDoubleSet. of(MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.static SynchronizedDoubleSet
SynchronizedDoubleSet. of(MutableDoubleSet set, Object lock)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.SynchronizedDoubleSet
SynchronizedDoubleSet. with(double element)
SynchronizedDoubleSet
SynchronizedDoubleSet. withAll(DoubleIterable elements)
SynchronizedDoubleSet
SynchronizedDoubleSet. without(double element)
SynchronizedDoubleSet
SynchronizedDoubleSet. withoutAll(DoubleIterable elements)