| Package | Description |
|---|---|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedDoubleSet |
SynchronizedDoubleSet.of(com.gs.collections.api.set.primitive.MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
static SynchronizedDoubleSet |
SynchronizedDoubleSet.of(com.gs.collections.api.set.primitive.MutableDoubleSet set,
java.lang.Object lock)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
SynchronizedDoubleSet |
SynchronizedDoubleSet.with(double element) |
SynchronizedDoubleSet |
SynchronizedDoubleSet.withAll(com.gs.collections.api.DoubleIterable elements) |
SynchronizedDoubleSet |
SynchronizedDoubleSet.without(double element) |
SynchronizedDoubleSet |
SynchronizedDoubleSet.withoutAll(com.gs.collections.api.DoubleIterable elements) |