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