ImmutableFloatBagFactoryImpl
public interface ImmutableFloatBagFactory
ImmutableFloatBag
.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatBag |
empty() |
|
ImmutableFloatBag |
of() |
Same as
empty() . |
ImmutableFloatBag |
of(float one) |
Same as
with(float) . |
ImmutableFloatBag |
of(float... items) |
Same as
with(float[]) . |
ImmutableFloatBag |
ofAll(FloatIterable items) |
Same as
withAll(FloatIterable) . |
ImmutableFloatBag |
with() |
Same as
empty() . |
ImmutableFloatBag |
with(float one) |
|
ImmutableFloatBag |
with(float... items) |
|
ImmutableFloatBag |
withAll(FloatIterable items) |
ImmutableFloatBag empty()
ImmutableFloatBag of()
empty()
.ImmutableFloatBag with()
empty()
.ImmutableFloatBag of(float one)
with(float)
.ImmutableFloatBag with(float one)
ImmutableFloatBag of(float... items)
with(float[])
.ImmutableFloatBag with(float... items)
ImmutableFloatBag ofAll(FloatIterable items)
withAll(FloatIterable)
.ImmutableFloatBag withAll(FloatIterable items)
Copyright © 2004–2018. All rights reserved.