Class MutableLongSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableLongSetFactoryImpl
- All Implemented Interfaces:
MutableLongSetFactory
MutableLongSetFactoryImpl is a factory implementation which creates instances of type
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.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) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongSetFactoryImpl
public MutableLongSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongSetFactory
-
of
- Specified by:
ofin interfaceMutableLongSetFactory
-
with
- Specified by:
within interfaceMutableLongSetFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableLongSetFactory
-
of
- Specified by:
ofin interfaceMutableLongSetFactory
-
with
- Specified by:
within interfaceMutableLongSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableLongSetFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableLongSetFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableLongSetFactory- Since:
- 9.0
-