public class ImmutableFloatBagFactoryImpl extends Object implements ImmutableFloatBagFactory
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
empty() |
ImmutableFloatBag |
of() |
ImmutableFloatBag |
of(float... items) |
ImmutableFloatBag |
of(float one) |
ImmutableFloatBag |
ofAll(FloatIterable items) |
ImmutableFloatBag |
ofAll(Iterable<Float> iterable) |
ImmutableFloatBag |
with() |
ImmutableFloatBag |
with(float... items) |
ImmutableFloatBag |
with(float one) |
ImmutableFloatBag |
withAll(FloatIterable items) |
ImmutableFloatBag |
withAll(Iterable<Float> iterable) |
public static final ImmutableFloatBagFactory INSTANCE
public ImmutableFloatBag empty()
empty in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of()
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with()
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float one)
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float one)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float... items)
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float... items)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(FloatIterable items)
ofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(FloatIterable items)
withAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatBagFactoryCopyright © 2004–2022. All rights reserved.