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()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:
emptyin interfaceMutableIntSetFactory
-
of
Description copied from interface:MutableIntSetFactorySame asMutableIntSetFactory.empty().- Specified by:
ofin interfaceMutableIntSetFactory
-
with
Description copied from interface:MutableIntSetFactorySame asMutableIntSetFactory.empty().- Specified by:
within interfaceMutableIntSetFactory
-
withInitialCapacity
Description copied from interface:MutableIntSetFactorySame asMutableIntSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableIntSetFactory
-
of
Description copied from interface:MutableIntSetFactorySame asMutableIntSetFactory.with(int[]).- Specified by:
ofin interfaceMutableIntSetFactory
-
with
- Specified by:
within interfaceMutableIntSetFactory
-
ofAll
Description copied from interface:MutableIntSetFactory- Specified by:
ofAllin interfaceMutableIntSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntSetFactory
-
ofAll
Description copied from interface:MutableIntSetFactory- 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
-