Class ImmutableBooleanSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanSetFactoryImpl
- All Implemented Interfaces:
ImmutableBooleanSetFactory
ImmutableBooleanSetFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanSet
.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableBooleanSetFactory.empty()
.of
(boolean one) of
(boolean... items) ofAll
(BooleanIterable items) with()
Same asImmutableBooleanSetFactory.empty()
.with
(boolean one) with
(boolean... items) withAll
(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableBooleanSetFactoryImpl
public ImmutableBooleanSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactory
Same asImmutableBooleanSetFactory.empty()
.- Specified by:
of
in interfaceImmutableBooleanSetFactory
-
with
Description copied from interface:ImmutableBooleanSetFactory
Same asImmutableBooleanSetFactory.empty()
.- Specified by:
with
in interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactory
- Specified by:
of
in interfaceImmutableBooleanSetFactory
-
with
- Specified by:
with
in interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactory
- Specified by:
of
in interfaceImmutableBooleanSetFactory
-
with
- Specified by:
with
in interfaceImmutableBooleanSetFactory
-
ofAll
Description copied from interface:ImmutableBooleanSetFactory
- Specified by:
ofAll
in interfaceImmutableBooleanSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableBooleanSetFactory
-
ofAll
Description copied from interface:ImmutableBooleanSetFactory
- Specified by:
ofAll
in interfaceImmutableBooleanSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableBooleanSetFactory
- Since:
- 10.0
-