Class MutableIntBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableIntBagFactoryImpl
- All Implemented Interfaces:
MutableIntBagFactory
MutableIntBagFactoryImpl is a factory implementation which creates instances of type
MutableIntBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableIntBagFactory.empty()
.of
(int... items) Same asMutableIntBagFactory.with(int[])
.ofAll
(IntIterable items) with()
Same asMutableIntBagFactory.empty()
.with
(int... items) withAll
(IntIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntBagFactoryImpl
public MutableIntBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.empty()
.- Specified by:
of
in interfaceMutableIntBagFactory
-
with
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.empty()
.- Specified by:
with
in interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.with(int[])
.- Specified by:
of
in interfaceMutableIntBagFactory
-
with
- Specified by:
with
in interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory
- Specified by:
ofAll
in interfaceMutableIntBagFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory
- Specified by:
ofAll
in interfaceMutableIntBagFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableIntBagFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
- Since:
- 9.0
-