public class MutableBooleanSetFactoryImpl extends Object implements MutableBooleanSetFactory
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableBooleanSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableBooleanSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanSet |
empty() |
MutableBooleanSet |
of() |
MutableBooleanSet |
of(boolean... items) |
MutableBooleanSet |
ofAll(BooleanIterable items) |
MutableBooleanSet |
ofAll(Iterable<Boolean> iterable) |
MutableBooleanSet |
with() |
MutableBooleanSet |
with(boolean... items) |
MutableBooleanSet |
withAll(BooleanIterable items) |
MutableBooleanSet |
withAll(Iterable<Boolean> iterable) |
public static final MutableBooleanSetFactory INSTANCE
public MutableBooleanSet empty()
empty in interface MutableBooleanSetFactorypublic MutableBooleanSet of()
of in interface MutableBooleanSetFactorypublic MutableBooleanSet with()
with in interface MutableBooleanSetFactorypublic MutableBooleanSet of(boolean... items)
of in interface MutableBooleanSetFactorypublic MutableBooleanSet with(boolean... items)
with in interface MutableBooleanSetFactorypublic MutableBooleanSet ofAll(BooleanIterable items)
ofAll in interface MutableBooleanSetFactorypublic MutableBooleanSet withAll(BooleanIterable items)
withAll in interface MutableBooleanSetFactorypublic MutableBooleanSet ofAll(Iterable<Boolean> iterable)
ofAll in interface MutableBooleanSetFactorypublic MutableBooleanSet withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanSetFactoryCopyright © 2004–2022. All rights reserved.