Class ImmutableBooleanBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanBagFactoryImpl
- All Implemented Interfaces:
ImmutableBooleanBagFactory
ImmutableBooleanBagFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanBag.
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 asImmutableBooleanBagFactory.empty().of(boolean one) of(boolean... items) ofAll(BooleanIterable items) with()Same asImmutableBooleanBagFactory.empty().with(boolean one) with(boolean... items) withAll(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableBooleanBagFactoryImpl
public ImmutableBooleanBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactorySame asImmutableBooleanBagFactory.empty().- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
Description copied from interface:ImmutableBooleanBagFactorySame asImmutableBooleanBagFactory.empty().- Specified by:
within interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
- Specified by:
within interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
- Specified by:
within interfaceImmutableBooleanBagFactory
-
ofAll
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofAllin interfaceImmutableBooleanBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanBagFactory
-
ofAll
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofAllin interfaceImmutableBooleanBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanBagFactory- Since:
- 10.0
-