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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableLongSetFactory.empty()
.of
(long... items) Same asMutableLongSetFactory.with(long[])
.ofAll
(LongStream items) ofAll
(LongIterable items) with()
Same asMutableLongSetFactory.empty()
.with
(long... items) withAll
(LongStream items) withAll
(LongIterable items) withInitialCapacity
(int capacity) Same asMutableLongSetFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongSetFactoryImpl
public MutableLongSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableLongSetFactory
-
of
Description copied from interface:MutableLongSetFactory
Same asMutableLongSetFactory.empty()
.- Specified by:
of
in interfaceMutableLongSetFactory
-
with
Description copied from interface:MutableLongSetFactory
Same asMutableLongSetFactory.empty()
.- Specified by:
with
in interfaceMutableLongSetFactory
-
withInitialCapacity
Description copied from interface:MutableLongSetFactory
Same asMutableLongSetFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableLongSetFactory
-
of
Description copied from interface:MutableLongSetFactory
Same asMutableLongSetFactory.with(long[])
.- Specified by:
of
in interfaceMutableLongSetFactory
-
with
- Specified by:
with
in interfaceMutableLongSetFactory
-
ofAll
Description copied from interface:MutableLongSetFactory
- Specified by:
ofAll
in interfaceMutableLongSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableLongSetFactory
-
ofAll
Description copied from interface:MutableLongSetFactory
- Specified by:
ofAll
in interfaceMutableLongSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableLongSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableLongSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableLongSetFactory
- Since:
- 9.0
-