Enum MutableIntBagFactoryImpl
java.lang.Object
java.lang.Enum<MutableIntBagFactoryImpl>
org.eclipse.collections.impl.bag.mutable.primitive.MutableIntBagFactoryImpl
- All Implemented Interfaces:
Serializable
,Comparable<MutableIntBagFactoryImpl>
,java.lang.constant.Constable
,MutableIntBagFactory
public enum MutableIntBagFactoryImpl
extends Enum<MutableIntBagFactoryImpl>
implements MutableIntBagFactory
MutableIntBagFactoryImpl is a factory implementation which creates instances of type
MutableIntBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.- Since:
- 6.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 asMutableIntBagFactory.empty()
.of
(int... items) Same asMutableIntBagFactory.with(int[])
.ofAll
(IntIterable items) static MutableIntBagFactoryImpl
Returns the enum constant of this type with the specified name.static MutableIntBagFactoryImpl[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.with()
Same asMutableIntBagFactory.empty()
.with
(int... items) withAll
(IntIterable 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:
empty
in interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.empty()
.- Specified by:
of
in interfaceMutableIntBagFactory
-
with
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.empty()
.- Specified by:
with
in interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactory
Same asMutableIntBagFactory.with(int[])
.- Specified by:
of
in interfaceMutableIntBagFactory
-
with
- Specified by:
with
in interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory
- Specified by:
ofAll
in interfaceMutableIntBagFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory
- Specified by:
ofAll
in interfaceMutableIntBagFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableIntBagFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableIntBagFactory
- Since:
- 9.0
-