Enum ImmutableShortBagFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableShortBagFactoryImpl>
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableShortBagFactoryImpl>,java.lang.constant.Constable,ImmutableShortBagFactory
public enum ImmutableShortBagFactoryImpl
extends Enum<ImmutableShortBagFactoryImpl>
implements 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableShortBagFactory.empty().of(short one) Same asImmutableShortBagFactory.with(short).of(short... items) ofAll(ShortIterable items) static ImmutableShortBagFactoryImplReturns the enum constant of this type with the specified name.static ImmutableShortBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.with()Same asImmutableShortBagFactory.empty().with(short one) with(short... items) withAll(ShortIterable items) Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
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
-