Class MutableShortSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableShortSetFactoryImpl
- All Implemented Interfaces:
MutableShortSetFactory
MutableShortSetFactoryImpl is a factory implementation which creates instances of type
MutableShortSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableShortSetFactory.empty()
.of
(short... items) Same asMutableShortSetFactory.with(short[])
.ofAll
(ShortIterable items) with()
Same asMutableShortSetFactory.empty()
.with
(short... items) withAll
(ShortIterable items) withInitialCapacity
(int capacity) Same asMutableShortSetFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortSetFactoryImpl
public MutableShortSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableShortSetFactory
-
of
Description copied from interface:MutableShortSetFactory
Same asMutableShortSetFactory.empty()
.- Specified by:
of
in interfaceMutableShortSetFactory
-
with
Description copied from interface:MutableShortSetFactory
Same asMutableShortSetFactory.empty()
.- Specified by:
with
in interfaceMutableShortSetFactory
-
withInitialCapacity
Description copied from interface:MutableShortSetFactory
Same asMutableShortSetFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableShortSetFactory
-
of
Description copied from interface:MutableShortSetFactory
Same asMutableShortSetFactory.with(short[])
.- Specified by:
of
in interfaceMutableShortSetFactory
-
with
- Specified by:
with
in interfaceMutableShortSetFactory
-
ofAll
Description copied from interface:MutableShortSetFactory
- Specified by:
ofAll
in interfaceMutableShortSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableShortSetFactory
-
ofAll
Description copied from interface:MutableShortSetFactory
- Specified by:
ofAll
in interfaceMutableShortSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableShortSetFactory
- Since:
- 10.0
-