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(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) |
Copyright © 2004–2016. All rights reserved.