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 MutableIntBagFactoryImplReturns 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:
emptyin interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.empty().- Specified by:
ofin interfaceMutableIntBagFactory
-
with
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.empty().- Specified by:
within interfaceMutableIntBagFactory
-
of
Description copied from interface:MutableIntBagFactorySame asMutableIntBagFactory.with(int[]).- Specified by:
ofin interfaceMutableIntBagFactory
-
with
- Specified by:
within interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory- Specified by:
ofAllin interfaceMutableIntBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory
-
ofAll
Description copied from interface:MutableIntBagFactory- Specified by:
ofAllin interfaceMutableIntBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableIntBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableIntBagFactory- Since:
- 9.0
-