Class ImmutableShortListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortListFactoryImpl
- All Implemented Interfaces:
ImmutableShortListFactory
ImmutableShortListFactoryImpl is a factory implementation which creates instances of type
ImmutableShortList.
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 asImmutableShortListFactory.empty().of(short one) of(short... items) ofAll(ShortIterable items) with()Same asImmutableShortListFactory.empty().with(short one) with(short... items) withAll(ShortIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableShortListFactoryImpl
public ImmutableShortListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableShortListFactory
-
of
Description copied from interface:ImmutableShortListFactorySame asImmutableShortListFactory.empty().- Specified by:
ofin interfaceImmutableShortListFactory
-
with
Description copied from interface:ImmutableShortListFactorySame asImmutableShortListFactory.empty().- Specified by:
within interfaceImmutableShortListFactory
-
of
Description copied from interface:ImmutableShortListFactory- Specified by:
ofin interfaceImmutableShortListFactory
-
with
- Specified by:
within interfaceImmutableShortListFactory
-
of
Description copied from interface:ImmutableShortListFactory- Specified by:
ofin interfaceImmutableShortListFactory
-
with
- Specified by:
within interfaceImmutableShortListFactory
-
ofAll
Description copied from interface:ImmutableShortListFactory- Specified by:
ofAllin interfaceImmutableShortListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableShortListFactory
-
ofAll
Description copied from interface:ImmutableShortListFactory- Specified by:
ofAllin interfaceImmutableShortListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableShortListFactory- Since:
- 10.0
-