java.io.Serializable
, java.lang.Comparable<MutableBooleanSetFactoryImpl>
, MutableBooleanSetFactory
public enum MutableBooleanSetFactoryImpl extends java.lang.Enum<MutableBooleanSetFactoryImpl> implements MutableBooleanSetFactory
MutableBooleanSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
empty() |
|
MutableBooleanSet |
of() |
Same as
MutableBooleanSetFactory.empty() . |
MutableBooleanSet |
of(boolean... items) |
|
MutableBooleanSet |
ofAll(java.lang.Iterable<java.lang.Boolean> iterable) |
Same as
#withAll(IterableBoolean) . |
MutableBooleanSet |
ofAll(BooleanIterable items) |
|
static MutableBooleanSetFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableBooleanSetFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableBooleanSet |
with() |
Same as
MutableBooleanSetFactory.empty() . |
MutableBooleanSet |
with(boolean... items) |
|
MutableBooleanSet |
withAll(java.lang.Iterable<java.lang.Boolean> iterable) |
|
MutableBooleanSet |
withAll(BooleanIterable items) |
public static final MutableBooleanSetFactoryImpl INSTANCE
public static MutableBooleanSetFactoryImpl[] values()
for (MutableBooleanSetFactoryImpl c : MutableBooleanSetFactoryImpl.values()) System.out.println(c);
public static MutableBooleanSetFactoryImpl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic MutableBooleanSet empty()
empty
in interface MutableBooleanSetFactory
public MutableBooleanSet of()
MutableBooleanSetFactory
MutableBooleanSetFactory.empty()
.of
in interface MutableBooleanSetFactory
public MutableBooleanSet with()
MutableBooleanSetFactory
MutableBooleanSetFactory.empty()
.with
in interface MutableBooleanSetFactory
public MutableBooleanSet of(boolean... items)
MutableBooleanSetFactory
of
in interface MutableBooleanSetFactory
public MutableBooleanSet with(boolean... items)
with
in interface MutableBooleanSetFactory
public MutableBooleanSet ofAll(BooleanIterable items)
MutableBooleanSetFactory
ofAll
in interface MutableBooleanSetFactory
public MutableBooleanSet withAll(BooleanIterable items)
withAll
in interface MutableBooleanSetFactory
public MutableBooleanSet ofAll(java.lang.Iterable<java.lang.Boolean> iterable)
MutableBooleanSetFactory
#withAll(IterableBoolean)
.ofAll
in interface MutableBooleanSetFactory
public MutableBooleanSet withAll(java.lang.Iterable<java.lang.Boolean> iterable)
withAll
in interface MutableBooleanSetFactory
Copyright © 2004–2020. All rights reserved.