Class ImmutableShortBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
- All Implemented Interfaces:
ImmutableShortBagFactory
ImmutableShortBagFactoryImpl is a factory implementation which creates instances of type
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableShortBagFactory.empty().of(short one) Same asImmutableShortBagFactory.with(short).of(short... items) ofAll(ShortIterable items) with()Same asImmutableShortBagFactory.empty().with(short one) with(short... items) withAll(ShortIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableShortBagFactoryImpl
public ImmutableShortBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableShortBagFactory
-
of
Description copied from interface:ImmutableShortBagFactorySame asImmutableShortBagFactory.empty().- Specified by:
ofin interfaceImmutableShortBagFactory
-
with
Description copied from interface:ImmutableShortBagFactorySame asImmutableShortBagFactory.empty().- Specified by:
within interfaceImmutableShortBagFactory
-
of
Description copied from interface:ImmutableShortBagFactorySame asImmutableShortBagFactory.with(short).- Specified by:
ofin interfaceImmutableShortBagFactory
-
with
- Specified by:
within interfaceImmutableShortBagFactory
-
of
Description copied from interface:ImmutableShortBagFactory- Specified by:
ofin interfaceImmutableShortBagFactory
-
with
- Specified by:
within interfaceImmutableShortBagFactory
-
ofAll
Description copied from interface:ImmutableShortBagFactory- Specified by:
ofAllin interfaceImmutableShortBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableShortBagFactory
-
ofAll
Description copied from interface:ImmutableShortBagFactory- Specified by:
ofAllin interfaceImmutableShortBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableShortBagFactory- Since:
- 10.0
-