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
Fields -
Constructor Summary
Constructors -
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:
emptyin interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.empty().- Specified by:
ofin interfaceMutableIntBagFactory
-
with
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.empty().- Specified by:
within interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.with(int[]).- Specified by:
ofin interfaceMutableIntBagFactory
-
with
- Specified by:
within interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory- Specified by:
ofAllin interfaceMutableIntBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory- Specified by:
ofAllin interfaceMutableIntBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableIntBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory- Since:
- 9.0
-