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:
emptyin interfaceMutableShortSetFactory
-
of
Description copied from interface:MutableShortSetFactorySame asMutableShortSetFactory.empty().- Specified by:
ofin interfaceMutableShortSetFactory
-
with
Description copied from interface:MutableShortSetFactorySame asMutableShortSetFactory.empty().- Specified by:
within interfaceMutableShortSetFactory
-
withInitialCapacity
Description copied from interface:MutableShortSetFactorySame asMutableShortSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableShortSetFactory
-
of
Description copied from interface:MutableShortSetFactorySame asMutableShortSetFactory.with(short[]).- Specified by:
ofin interfaceMutableShortSetFactory
-
with
- Specified by:
within interfaceMutableShortSetFactory
-
ofAll
Description copied from interface:MutableShortSetFactory- Specified by:
ofAllin interfaceMutableShortSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortSetFactory
-
ofAll
Description copied from interface:MutableShortSetFactory- Specified by:
ofAllin interfaceMutableShortSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableShortSetFactory- Since:
- 10.0
-