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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(int... items) ofAll(IntIterable items) with()with(int... items) withAll(IntIterable items) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntSetFactoryImpl
public MutableIntSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntSetFactory
-
of
- Specified by:
ofin interfaceMutableIntSetFactory
-
with
- Specified by:
within interfaceMutableIntSetFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableIntSetFactory
-
of
- Specified by:
ofin interfaceMutableIntSetFactory
-
with
- Specified by:
within interfaceMutableIntSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableIntSetFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableIntSetFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableIntSetFactory- Since:
- 9.0
-