ImmutableDoubleSetFactoryImpl
public 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(java.lang.Iterable<java.lang.Double> iterable) |
Same as
#withAll(IterableDouble) . |
ImmutableDoubleSet |
ofAll(java.util.stream.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(java.lang.Iterable<java.lang.Double> iterable) |
|
ImmutableDoubleSet |
withAll(java.util.stream.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(java.lang.Iterable<java.lang.Double> iterable)
#withAll(IterableDouble)
.ImmutableDoubleSet withAll(java.lang.Iterable<java.lang.Double> iterable)
ImmutableDoubleSet ofAll(java.util.stream.DoubleStream items)
ImmutableDoubleSet withAll(java.util.stream.DoubleStream items)
Copyright © 2004–2020. All rights reserved.