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