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:
emptyin interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactorySame asImmutableLongSetFactory.empty().- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
Description copied from interface:ImmutableLongSetFactorySame asImmutableLongSetFactory.empty().- Specified by:
within interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactorySame asImmutableLongSetFactory.with(long).- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
- Specified by:
within interfaceImmutableLongSetFactory
-
of
Description copied from interface:ImmutableLongSetFactorySame asImmutableLongSetFactory.with(long[]).- Specified by:
ofin interfaceImmutableLongSetFactory
-
with
- Specified by:
within interfaceImmutableLongSetFactory
-
ofAll
Description copied from interface:ImmutableLongSetFactory- Specified by:
ofAllin interfaceImmutableLongSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongSetFactory
-
ofAll
Description copied from interface:ImmutableLongSetFactory- 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
-