Interface ImmutableFloatStackFactory
- All Known Implementing Classes:
ImmutableFloatStackFactoryImpl
public interface ImmutableFloatStackFactory
A factory which creates instances of type
ImmutableFloatStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableFloatStackempty()ImmutableFloatStackof()Same asempty().ImmutableFloatStackof(float one)Same aswith(float).ImmutableFloatStackof(float... items)Same aswith(float[]).ImmutableFloatStackofAll(Iterable<Float> iterable)Same aswithAll(Iterable).ImmutableFloatStackofAll(FloatIterable items)Same aswithAll(FloatIterable).ImmutableFloatStackofAllReversed(FloatIterable items)Same aswithAllReversed(FloatIterable).ImmutableFloatStackwith()Same asempty().ImmutableFloatStackwith(float one)ImmutableFloatStackwith(float... items)ImmutableFloatStackwithAll(Iterable<Float> iterable)ImmutableFloatStackwithAll(FloatIterable items)ImmutableFloatStackwithAllReversed(FloatIterable items)
-
Method Details
-
empty
ImmutableFloatStack empty()- Since:
- 6.0
-
of
ImmutableFloatStack of()Same asempty(). -
with
ImmutableFloatStack with()Same asempty(). -
of
Same aswith(float). -
with
-
of
Same aswith(float[]). -
with
-
ofAll
Same aswithAll(FloatIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(FloatIterable). -
withAllReversed
-