Class ImmutableDoubleBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleBagFactoryImpl
- All Implemented Interfaces:
ImmutableDoubleBagFactory
ImmutableDoubleBagFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleBag.
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()of(double one) of(double... items) ofAll(DoubleStream items) ofAll(DoubleIterable items) with()with(double one) with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableDoubleBagFactoryImpl
public ImmutableDoubleBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableDoubleBagFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleBagFactory
-
with
- Specified by:
within interfaceImmutableDoubleBagFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleBagFactory
-
with
- Specified by:
within interfaceImmutableDoubleBagFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleBagFactory
-
with
- Specified by:
within interfaceImmutableDoubleBagFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleBagFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleBagFactory- Since:
- 9.0
-