Class ImmutableIntListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntListFactoryImpl
- All Implemented Interfaces:
ImmutableIntListFactory
ImmutableIntListFactoryImpl is a factory implementation which creates instances of type
ImmutableIntList.
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()Same asImmutableIntListFactory.empty().of(int one) Same asImmutableIntListFactory.with(int).of(int... items) Same asImmutableIntListFactory.with(int[]).ofAll(IntIterable items) with()Same asImmutableIntListFactory.empty().with(int one) with(int... items) withAll(IntIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableIntListFactoryImpl
public ImmutableIntListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableIntListFactory
-
of
Description copied from interface:ImmutableIntListFactorySame asImmutableIntListFactory.empty().- Specified by:
ofin interfaceImmutableIntListFactory
-
with
Description copied from interface:ImmutableIntListFactorySame asImmutableIntListFactory.empty().- Specified by:
within interfaceImmutableIntListFactory
-
of
Description copied from interface:ImmutableIntListFactorySame asImmutableIntListFactory.with(int).- Specified by:
ofin interfaceImmutableIntListFactory
-
with
- Specified by:
within interfaceImmutableIntListFactory
-
of
Description copied from interface:ImmutableIntListFactorySame asImmutableIntListFactory.with(int[]).- Specified by:
ofin interfaceImmutableIntListFactory
-
with
- Specified by:
within interfaceImmutableIntListFactory
-
ofAll
Description copied from interface:ImmutableIntListFactory- Specified by:
ofAllin interfaceImmutableIntListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableIntListFactory
-
ofAll
Description copied from interface:ImmutableIntListFactory- Specified by:
ofAllin interfaceImmutableIntListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntListFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableIntListFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntListFactory- Since:
- 9.0
-