Class ImmutableLongListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongListFactoryImpl
- All Implemented Interfaces:
ImmutableLongListFactory
ImmutableLongListFactoryImpl is a factory implementation which creates instances of type
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
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
-
ImmutableLongListFactoryImpl
public ImmutableLongListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongListFactory
-
of
- Specified by:
ofin interfaceImmutableLongListFactory
-
with
- Specified by:
within interfaceImmutableLongListFactory
-
of
- Specified by:
ofin interfaceImmutableLongListFactory
-
with
- Specified by:
within interfaceImmutableLongListFactory
-
of
- Specified by:
ofin interfaceImmutableLongListFactory
-
with
- Specified by:
within interfaceImmutableLongListFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongListFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongListFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongListFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongListFactory- Since:
- 9.0
-