ImmutableFloatStackFactoryImpl
public interface ImmutableFloatStackFactory
ImmutableFloatStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatStack |
empty() |
|
ImmutableFloatStack |
of() |
Same as
empty() . |
ImmutableFloatStack |
of(float one) |
Same as
with(float) . |
ImmutableFloatStack |
of(float... items) |
Same as
with(float[]) . |
ImmutableFloatStack |
ofAll(Iterable<Float> iterable) |
Same as
#withAll(IterableFloat) . |
ImmutableFloatStack |
ofAll(FloatIterable items) |
Same as
withAll(FloatIterable) . |
ImmutableFloatStack |
ofAllReversed(FloatIterable items) |
Same as
withAllReversed(FloatIterable) . |
ImmutableFloatStack |
with() |
Same as
empty() . |
ImmutableFloatStack |
with(float one) |
|
ImmutableFloatStack |
with(float... items) |
|
ImmutableFloatStack |
withAll(Iterable<Float> iterable) |
|
ImmutableFloatStack |
withAll(FloatIterable items) |
|
ImmutableFloatStack |
withAllReversed(FloatIterable items) |
ImmutableFloatStack empty()
ImmutableFloatStack of()
empty()
.ImmutableFloatStack with()
empty()
.ImmutableFloatStack of(float one)
with(float)
.ImmutableFloatStack with(float one)
ImmutableFloatStack of(float... items)
with(float[])
.ImmutableFloatStack with(float... items)
ImmutableFloatStack ofAll(FloatIterable items)
withAll(FloatIterable)
.ImmutableFloatStack withAll(FloatIterable items)
ImmutableFloatStack ofAll(Iterable<Float> iterable)
#withAll(IterableFloat)
.ImmutableFloatStack withAll(Iterable<Float> iterable)
ImmutableFloatStack ofAllReversed(FloatIterable items)
withAllReversed(FloatIterable)
.ImmutableFloatStack withAllReversed(FloatIterable items)
Copyright © 2004–2019. All rights reserved.