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()of(long... items) ofAll(LongStream items) ofAll(LongIterable items) with()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
- Specified by:
ofin interfaceMutableLongBagFactory
-
with
- Specified by:
within interfaceMutableLongBagFactory
-
of
- Specified by:
ofin interfaceMutableLongBagFactory
-
with
- Specified by:
within interfaceMutableLongBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongBagFactory
-
ofAll
- 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
-