Class ImmutableIntSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetFactoryImpl
- All Implemented Interfaces:
ImmutableIntSetFactory
ImmutableIntSetFactoryImpl is a factory implementation which creates instances of type
ImmutableIntSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableIntSetFactory.empty()
.of
(int one) Same asImmutableIntSetFactory.with(int)
.of
(int... items) Same asImmutableIntSetFactory.with(int[])
.ofAll
(IntIterable items) with()
Same asImmutableIntSetFactory.empty()
.with
(int one) with
(int... items) withAll
(IntIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableIntSetFactoryImpl
public ImmutableIntSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactory
Same asImmutableIntSetFactory.empty()
.- Specified by:
of
in interfaceImmutableIntSetFactory
-
with
Description copied from interface:ImmutableIntSetFactory
Same asImmutableIntSetFactory.empty()
.- Specified by:
with
in interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactory
Same asImmutableIntSetFactory.with(int)
.- Specified by:
of
in interfaceImmutableIntSetFactory
-
with
- Specified by:
with
in interfaceImmutableIntSetFactory
-
of
Description copied from interface:ImmutableIntSetFactory
Same asImmutableIntSetFactory.with(int[])
.- Specified by:
of
in interfaceImmutableIntSetFactory
-
with
- Specified by:
with
in interfaceImmutableIntSetFactory
-
ofAll
Description copied from interface:ImmutableIntSetFactory
- Specified by:
ofAll
in interfaceImmutableIntSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableIntSetFactory
-
ofAll
Description copied from interface:ImmutableIntSetFactory
- Specified by:
ofAll
in interfaceImmutableIntSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableIntSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceImmutableIntSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceImmutableIntSetFactory
- Since:
- 9.0
-