Class ImmutableLongSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetFactoryImpl
- All Implemented Interfaces:
ImmutableLongSetFactory
ImmutableLongSetFactoryImpl is a factory implementation which creates instances of type
ImmutableLongSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableLongSetFactory.empty()
.of
(long one) Same asImmutableLongSetFactory.with(long)
.of
(long... items) Same asImmutableLongSetFactory.with(long[])
.ofAll
(LongStream items) ofAll
(LongIterable items) with()
Same asImmutableLongSetFactory.empty()
.with
(long one) with
(long... items) withAll
(LongStream items) withAll
(LongIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongSetFactoryImpl
public ImmutableLongSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactory
Same asImmutableLongSetFactory.empty()
.- Specified by:
of
in interfaceImmutableLongSetFactory
-
with
Description copied from interface:ImmutableLongSetFactory
Same asImmutableLongSetFactory.empty()
.- Specified by:
with
in interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactory
Same asImmutableLongSetFactory.with(long)
.- Specified by:
of
in interfaceImmutableLongSetFactory
-
with
- Specified by:
with
in interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactory
Same asImmutableLongSetFactory.with(long[])
.- Specified by:
of
in interfaceImmutableLongSetFactory
-
with
- Specified by:
with
in interfaceImmutableLongSetFactory
-
ofAll
Description copied from interface:ImmutableLongSetFactory
- Specified by:
ofAll
in interfaceImmutableLongSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableLongSetFactory
-
ofAll
Description copied from interface:ImmutableLongSetFactory
- Specified by:
ofAll
in interfaceImmutableLongSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableLongSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceImmutableLongSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceImmutableLongSetFactory
- Since:
- 9.0
-