Class MutableShortBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableShortBagFactoryImpl
- All Implemented Interfaces:
MutableShortBagFactory
MutableShortBagFactoryImpl is a factory implementation which creates instances of type
MutableShortBag.
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()of(short... items) ofAll(ShortIterable items) with()with(short... items) withAll(ShortIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortBagFactoryImpl
public MutableShortBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableShortBagFactory
-
of
- Specified by:
ofin interfaceMutableShortBagFactory
-
with
- Specified by:
within interfaceMutableShortBagFactory
-
of
- Specified by:
ofin interfaceMutableShortBagFactory
-
with
- Specified by:
within interfaceMutableShortBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableShortBagFactory- Since:
- 10.0
-