Enum ImmutableBooleanListFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableBooleanListFactoryImpl>
org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanListFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableBooleanListFactoryImpl>,java.lang.constant.Constable,ImmutableBooleanListFactory
public enum ImmutableBooleanListFactoryImpl extends Enum<ImmutableBooleanListFactoryImpl> implements ImmutableBooleanListFactory
ImmutableBooleanListFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableBooleanListempty()ImmutableBooleanListof()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListof(boolean one)ImmutableBooleanListof(boolean... items)ImmutableBooleanListofAll(Iterable<Boolean> iterable)ImmutableBooleanListofAll(BooleanIterable items)static ImmutableBooleanListFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableBooleanListFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableBooleanListwith()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListwith(boolean one)ImmutableBooleanListwith(boolean... items)ImmutableBooleanListwithAll(Iterable<Boolean> iterable)ImmutableBooleanListwithAll(BooleanIterable 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 interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactorySame asImmutableBooleanListFactory.empty().- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
Description copied from interface:ImmutableBooleanListFactorySame asImmutableBooleanListFactory.empty().- Specified by:
within interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
- Specified by:
within interfaceImmutableBooleanListFactory
-
of
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofin interfaceImmutableBooleanListFactory
-
with
- Specified by:
within interfaceImmutableBooleanListFactory
-
ofAll
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofAllin interfaceImmutableBooleanListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanListFactory
-
ofAll
Description copied from interface:ImmutableBooleanListFactory- Specified by:
ofAllin interfaceImmutableBooleanListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanListFactory- Since:
- 10.0
-