ImmutableDoubleBagFactoryImpl
public 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(DoubleIterable items) |
Same as
withAll(DoubleIterable) . |
ImmutableDoubleBag |
with() |
Same as
empty() . |
ImmutableDoubleBag |
with(double one) |
|
ImmutableDoubleBag |
with(double... 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)
Copyright © 2004–2017. All rights reserved.