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:
empty
in interfaceImmutableShortSetFactory
-
of
Description copied from interface:ImmutableShortSetFactory
Same asImmutableShortSetFactory.empty()
.- Specified by:
of
in interfaceImmutableShortSetFactory
-
with
Description copied from interface:ImmutableShortSetFactory
Same asImmutableShortSetFactory.empty()
.- Specified by:
with
in interfaceImmutableShortSetFactory
-
of
Description copied from interface:ImmutableShortSetFactory
Same asImmutableShortSetFactory.with(short)
.- Specified by:
of
in interfaceImmutableShortSetFactory
-
with
- Specified by:
with
in interfaceImmutableShortSetFactory
-
of
Description copied from interface:ImmutableShortSetFactory
- Specified by:
of
in interfaceImmutableShortSetFactory
-
with
- Specified by:
with
in interfaceImmutableShortSetFactory
-
ofAll
Description copied from interface:ImmutableShortSetFactory
- Specified by:
ofAll
in interfaceImmutableShortSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableShortSetFactory
-
ofAll
Description copied from interface:ImmutableShortSetFactory
- Specified by:
ofAll
in interfaceImmutableShortSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableShortSetFactory
- Since:
- 10.0
-