Class MutableLongBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableLongBagFactoryImpl
- All Implemented Interfaces:
MutableLongBagFactory
MutableLongBagFactoryImpl is a factory implementation which creates instances of type
MutableLongBag.
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 asMutableLongBagFactory.empty().of(long... items) Same asMutableLongBagFactory.with(long[]).ofAll(LongStream items) ofAll(LongIterable items) with()Same asMutableLongBagFactory.empty().with(long... items) withAll(LongStream items) withAll(LongIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongBagFactoryImpl
public MutableLongBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongBagFactory
-
of
Description copied from interface:MutableLongBagFactorySame asMutableLongBagFactory.empty().- Specified by:
ofin interfaceMutableLongBagFactory
-
with
Description copied from interface:MutableLongBagFactorySame asMutableLongBagFactory.empty().- Specified by:
within interfaceMutableLongBagFactory
-
of
Description copied from interface:MutableLongBagFactorySame asMutableLongBagFactory.with(long[]).- Specified by:
ofin interfaceMutableLongBagFactory
-
with
- Specified by:
within interfaceMutableLongBagFactory
-
ofAll
Description copied from interface:MutableLongBagFactory- Specified by:
ofAllin interfaceMutableLongBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongBagFactory
-
ofAll
Description copied from interface:MutableLongBagFactory- Specified by:
ofAllin interfaceMutableLongBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableLongBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableLongBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableLongBagFactory- Since:
- 9.0
-