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