public interface MutableBooleanSetFactory
MutableBooleanSet
.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
empty() |
MutableBooleanSet |
of()
Same as
empty() . |
MutableBooleanSet |
of(boolean... items)
Same as
with(boolean[]) . |
MutableBooleanSet |
ofAll(BooleanIterable items)
Same as
withAll(BooleanIterable) . |
MutableBooleanSet |
with()
Same as
empty() . |
MutableBooleanSet |
with(boolean... items) |
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)
Copyright © 2004–2016. All rights reserved.