Class MutableIntSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableIntSetFactoryImpl
- All Implemented Interfaces:
MutableIntSetFactory
MutableIntSetFactoryImpl is a factory implementation which creates instances of type
MutableIntSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableIntSetFactory.empty()
.of
(int... items) Same asMutableIntSetFactory.with(int[])
.ofAll
(IntIterable items) with()
Same asMutableIntSetFactory.empty()
.with
(int... items) withAll
(IntIterable items) withInitialCapacity
(int capacity) Same asMutableIntSetFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntSetFactoryImpl
public MutableIntSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableIntSetFactory
-
of
Description copied from interface:MutableIntSetFactory
Same asMutableIntSetFactory.empty()
.- Specified by:
of
in interfaceMutableIntSetFactory
-
with
Description copied from interface:MutableIntSetFactory
Same asMutableIntSetFactory.empty()
.- Specified by:
with
in interfaceMutableIntSetFactory
-
withInitialCapacity
Description copied from interface:MutableIntSetFactory
Same asMutableIntSetFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableIntSetFactory
-
of
Description copied from interface:MutableIntSetFactory
Same asMutableIntSetFactory.with(int[])
.- Specified by:
of
in interfaceMutableIntSetFactory
-
with
- Specified by:
with
in interfaceMutableIntSetFactory
-
ofAll
Description copied from interface:MutableIntSetFactory
- Specified by:
ofAll
in interfaceMutableIntSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntSetFactory
-
ofAll
Description copied from interface:MutableIntSetFactory
- Specified by:
ofAll
in interfaceMutableIntSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableIntSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntSetFactory
- Since:
- 9.0
-