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()of(short... items) ofAll(ShortIterable items) with()with(short... items) withAll(ShortIterable items) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortSetFactoryImpl
public MutableShortSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableShortSetFactory
-
of
- Specified by:
ofin interfaceMutableShortSetFactory
-
with
- Specified by:
within interfaceMutableShortSetFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableShortSetFactory
-
of
- Specified by:
ofin interfaceMutableShortSetFactory
-
with
- Specified by:
within interfaceMutableShortSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableShortSetFactory- Since:
- 10.0
-