Class ImmutableLongBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongBagFactoryImpl
- All Implemented Interfaces:
ImmutableLongBagFactory
ImmutableLongBagFactoryImpl is a factory implementation which creates instances of type
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(long one) of(long... items) ofAll(LongStream items) ofAll(LongIterable items) with()with(long one) with(long... items) withAll(LongStream items) withAll(LongIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongBagFactoryImpl
public ImmutableLongBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongBagFactory
-
of
- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
- Specified by:
within interfaceImmutableLongBagFactory
-
of
- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
- Specified by:
within interfaceImmutableLongBagFactory
-
of
- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
- Specified by:
within interfaceImmutableLongBagFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory- Since:
- 9.0
-