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()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
-
ImmutableLongSetFactoryImpl
public ImmutableLongSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongSetFactory
-
of
- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
- Specified by:
within interfaceImmutableLongSetFactory
-
of
- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
- Specified by:
within interfaceImmutableLongSetFactory
-
of
- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
- Specified by:
within interfaceImmutableLongSetFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongSetFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongSetFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongSetFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongSetFactory- Since:
- 9.0
-