Enum ImmutableBooleanSetFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableBooleanSetFactoryImpl>
org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanSetFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableBooleanSetFactoryImpl>,java.lang.constant.Constable,ImmutableBooleanSetFactory
public enum ImmutableBooleanSetFactoryImpl extends Enum<ImmutableBooleanSetFactoryImpl> implements ImmutableBooleanSetFactory
ImmutableBooleanSetFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanSet.- Since:
- 4.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableBooleanSetempty()ImmutableBooleanSetof()Same asImmutableBooleanSetFactory.empty().ImmutableBooleanSetof(boolean one)ImmutableBooleanSetof(boolean... items)ImmutableBooleanSetofAll(Iterable<Boolean> iterable)ImmutableBooleanSetofAll(BooleanIterable items)static ImmutableBooleanSetFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableBooleanSetFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableBooleanSetwith()Same asImmutableBooleanSetFactory.empty().ImmutableBooleanSetwith(boolean one)ImmutableBooleanSetwith(boolean... items)ImmutableBooleanSetwithAll(Iterable<Boolean> iterable)ImmutableBooleanSetwithAll(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 interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactorySame asImmutableBooleanSetFactory.empty().- Specified by:
ofin interfaceImmutableBooleanSetFactory
-
with
Description copied from interface:ImmutableBooleanSetFactorySame asImmutableBooleanSetFactory.empty().- Specified by:
within interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactory- Specified by:
ofin interfaceImmutableBooleanSetFactory
-
with
- Specified by:
within interfaceImmutableBooleanSetFactory
-
of
Description copied from interface:ImmutableBooleanSetFactory- Specified by:
ofin interfaceImmutableBooleanSetFactory
-
with
- Specified by:
within interfaceImmutableBooleanSetFactory
-
ofAll
Description copied from interface:ImmutableBooleanSetFactory- Specified by:
ofAllin interfaceImmutableBooleanSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanSetFactory
-
ofAll
Description copied from interface:ImmutableBooleanSetFactory- Specified by:
ofAllin interfaceImmutableBooleanSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanSetFactory- Since:
- 10.0
-