Enum ImmutableBooleanBagFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableBooleanBagFactoryImpl>
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableBooleanBagFactoryImpl>,java.lang.constant.Constable,ImmutableBooleanBagFactory
public enum ImmutableBooleanBagFactoryImpl extends Enum<ImmutableBooleanBagFactoryImpl> implements ImmutableBooleanBagFactory
ImmutableBooleanBagFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanBag.
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 ImmutableBooleanBagempty()ImmutableBooleanBagof()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagof(boolean one)ImmutableBooleanBagof(boolean... items)ImmutableBooleanBagofAll(Iterable<Boolean> iterable)ImmutableBooleanBagofAll(BooleanIterable items)static ImmutableBooleanBagFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableBooleanBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableBooleanBagwith()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagwith(boolean one)ImmutableBooleanBagwith(boolean... items)ImmutableBooleanBagwithAll(Iterable<Boolean> iterable)ImmutableBooleanBagwithAll(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 interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactorySame asImmutableBooleanBagFactory.empty().- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
Description copied from interface:ImmutableBooleanBagFactorySame asImmutableBooleanBagFactory.empty().- Specified by:
within interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
- Specified by:
within interfaceImmutableBooleanBagFactory
-
of
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofin interfaceImmutableBooleanBagFactory
-
with
- Specified by:
within interfaceImmutableBooleanBagFactory
-
ofAll
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofAllin interfaceImmutableBooleanBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanBagFactory
-
ofAll
Description copied from interface:ImmutableBooleanBagFactory- Specified by:
ofAllin interfaceImmutableBooleanBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanBagFactory- Since:
- 10.0
-