Enum ImmutableIntBagFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableIntBagFactoryImpl>
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableIntBagFactoryImpl>,java.lang.constant.Constable,ImmutableIntBagFactory
public enum ImmutableIntBagFactoryImpl extends Enum<ImmutableIntBagFactoryImpl> implements ImmutableIntBagFactory
ImmutableIntBagFactoryImpl is a factory implementation which creates instances of type
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableIntBagempty()ImmutableIntBagof()Same asImmutableIntBagFactory.empty().ImmutableIntBagof(int one)Same asImmutableIntBagFactory.with(int).ImmutableIntBagof(int... items)Same asImmutableIntBagFactory.with(int[]).ImmutableIntBagofAll(Iterable<Integer> iterable)ImmutableIntBagofAll(IntStream items)ImmutableIntBagofAll(IntIterable items)static ImmutableIntBagFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableIntBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableIntBagwith()Same asImmutableIntBagFactory.empty().ImmutableIntBagwith(int one)ImmutableIntBagwith(int... items)ImmutableIntBagwithAll(Iterable<Integer> iterable)ImmutableIntBagwithAll(IntStream items)ImmutableIntBagwithAll(IntIterable items)Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
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 interfaceImmutableIntBagFactory
-
of
Description copied from interface:ImmutableIntBagFactorySame asImmutableIntBagFactory.empty().- Specified by:
ofin interfaceImmutableIntBagFactory
-
with
Description copied from interface:ImmutableIntBagFactorySame asImmutableIntBagFactory.empty().- Specified by:
within interfaceImmutableIntBagFactory
-
of
Description copied from interface:ImmutableIntBagFactorySame asImmutableIntBagFactory.with(int).- Specified by:
ofin interfaceImmutableIntBagFactory
-
with
- Specified by:
within interfaceImmutableIntBagFactory
-
of
Description copied from interface:ImmutableIntBagFactorySame asImmutableIntBagFactory.with(int[]).- Specified by:
ofin interfaceImmutableIntBagFactory
-
with
- Specified by:
within interfaceImmutableIntBagFactory
-
ofAll
Description copied from interface:ImmutableIntBagFactory- Specified by:
ofAllin interfaceImmutableIntBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableIntBagFactory
-
ofAll
Description copied from interface:ImmutableIntBagFactory- Specified by:
ofAllin interfaceImmutableIntBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableIntBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableIntBagFactory- Since:
- 9.0
-