| Package | Description |
|---|---|
| org.eclipse.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(org.eclipse.collections.api.set.primitive.MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
static SynchronizedDoubleSet |
SynchronizedDoubleSet.of(org.eclipse.collections.api.set.primitive.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(org.eclipse.collections.api.DoubleIterable elements) |
SynchronizedDoubleSet |
SynchronizedDoubleSet.without(double element) |
SynchronizedDoubleSet |
SynchronizedDoubleSet.withoutAll(org.eclipse.collections.api.DoubleIterable elements) |
Copyright © 2004–2017. All rights reserved.