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