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()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:
emptyin interfaceMutableLongSetFactory
-
of
Description copied from interface:MutableLongSetFactorySame asMutableLongSetFactory.empty().- Specified by:
ofin interfaceMutableLongSetFactory
-
with
Description copied from interface:MutableLongSetFactorySame asMutableLongSetFactory.empty().- Specified by:
within interfaceMutableLongSetFactory
-
withInitialCapacity
Description copied from interface:MutableLongSetFactorySame asMutableLongSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableLongSetFactory
-
of
Description copied from interface:MutableLongSetFactorySame asMutableLongSetFactory.with(long[]).- Specified by:
ofin interfaceMutableLongSetFactory
-
with
- Specified by:
within interfaceMutableLongSetFactory
-
ofAll
Description copied from interface:MutableLongSetFactory- Specified by:
ofAllin interfaceMutableLongSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongSetFactory
-
ofAll
Description copied from interface:MutableLongSetFactory- 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
-