MutableBooleanSetFactoryImplpublic interface MutableBooleanSetFactory
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanSet |
empty() |
|
MutableBooleanSet |
of() |
Same as
empty(). |
MutableBooleanSet |
of(boolean... items) |
Same as
with(boolean[]). |
MutableBooleanSet |
ofAll(java.lang.Iterable<java.lang.Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
MutableBooleanSet |
ofAll(BooleanIterable items) |
Same as
withAll(BooleanIterable). |
MutableBooleanSet |
with() |
Same as
empty(). |
MutableBooleanSet |
with(boolean... items) |
|
MutableBooleanSet |
withAll(java.lang.Iterable<java.lang.Boolean> iterable) |
|
MutableBooleanSet |
withAll(BooleanIterable items) |
MutableBooleanSet empty()
MutableBooleanSet of()
empty().MutableBooleanSet with()
empty().MutableBooleanSet of(boolean... items)
with(boolean[]).MutableBooleanSet with(boolean... items)
MutableBooleanSet ofAll(BooleanIterable items)
withAll(BooleanIterable).MutableBooleanSet withAll(BooleanIterable items)
MutableBooleanSet ofAll(java.lang.Iterable<java.lang.Boolean> iterable)
#withAll(IterableBoolean).MutableBooleanSet withAll(java.lang.Iterable<java.lang.Boolean> iterable)
Copyright © 2004–2020. All rights reserved.