public class ImmutableFloatStackFactoryImpl extends Object implements ImmutableFloatStackFactory
ImmutableFloatStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatStackFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatStack |
empty() |
ImmutableFloatStack |
of() |
ImmutableFloatStack |
of(float... items) |
ImmutableFloatStack |
of(float one) |
ImmutableFloatStack |
ofAll(FloatIterable items) |
ImmutableFloatStack |
ofAll(Iterable<Float> iterable) |
ImmutableFloatStack |
ofAllReversed(FloatIterable items) |
ImmutableFloatStack |
with() |
ImmutableFloatStack |
with(float... items) |
ImmutableFloatStack |
with(float one) |
ImmutableFloatStack |
withAll(FloatIterable items) |
ImmutableFloatStack |
withAll(Iterable<Float> iterable) |
ImmutableFloatStack |
withAllReversed(FloatIterable items) |
public static final ImmutableFloatStackFactory INSTANCE
public ImmutableFloatStack empty()
empty in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of()
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with()
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float one)
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float one)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float... items)
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float... items)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(FloatIterable items)
ofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(FloatIterable items)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAllReversed(FloatIterable items)
ofAllReversed in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAllReversed(FloatIterable items)
withAllReversed in interface ImmutableFloatStackFactoryCopyright © 2004–2022. All rights reserved.