ImmutableDoubleSetFactoryImplpublic interface ImmutableDoubleSetFactory
ImmutableDoubleSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
empty() |
|
ImmutableDoubleSet |
of() |
Same as
empty(). |
ImmutableDoubleSet |
of(double one) |
Same as
with(double). |
ImmutableDoubleSet |
of(double... items) |
Same as
with(double[]). |
ImmutableDoubleSet |
ofAll(Iterable<Double> iterable) |
Same as
#withAll(IterableDouble). |
ImmutableDoubleSet |
ofAll(DoubleStream items) |
|
ImmutableDoubleSet |
ofAll(DoubleIterable items) |
Same as
withAll(DoubleIterable). |
ImmutableDoubleSet |
with() |
Same as
empty(). |
ImmutableDoubleSet |
with(double one) |
|
ImmutableDoubleSet |
with(double... items) |
|
ImmutableDoubleSet |
withAll(Iterable<Double> iterable) |
|
ImmutableDoubleSet |
withAll(DoubleStream items) |
|
ImmutableDoubleSet |
withAll(DoubleIterable items) |
ImmutableDoubleSet empty()
ImmutableDoubleSet of()
empty().ImmutableDoubleSet with()
empty().ImmutableDoubleSet of(double one)
with(double).ImmutableDoubleSet with(double one)
ImmutableDoubleSet of(double... items)
with(double[]).ImmutableDoubleSet with(double... items)
ImmutableDoubleSet ofAll(DoubleIterable items)
withAll(DoubleIterable).ImmutableDoubleSet withAll(DoubleIterable items)
ImmutableDoubleSet ofAll(Iterable<Double> iterable)
#withAll(IterableDouble).ImmutableDoubleSet withAll(Iterable<Double> iterable)
ImmutableDoubleSet ofAll(DoubleStream items)
ImmutableDoubleSet withAll(DoubleStream items)
Copyright © 2004–2019. All rights reserved.