Class ImmutableFloatBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatBagFactoryImpl
- All Implemented Interfaces:
ImmutableFloatBagFactory
ImmutableFloatBagFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableFloatBagFactory.empty().of(float one) Same asImmutableFloatBagFactory.with(float).of(float... items) ofAll(FloatIterable items) with()Same asImmutableFloatBagFactory.empty().with(float one) with(float... items) withAll(FloatIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatBagFactoryImpl
public ImmutableFloatBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.empty().- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.empty().- Specified by:
within interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.with(float).- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
- Specified by:
within interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
- Specified by:
within interfaceImmutableFloatBagFactory
-
ofAll
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofAllin interfaceImmutableFloatBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatBagFactory
-
ofAll
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofAllin interfaceImmutableFloatBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableFloatBagFactory- Since:
- 10.0
-