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