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