public interface ImmutableBooleanSetFactory
ImmutableBooleanSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanSet |
empty() |
ImmutableBooleanSet |
of()
Same as
empty(). |
ImmutableBooleanSet |
of(boolean... items)
Same as
with(boolean[]). |
ImmutableBooleanSet |
of(boolean one)
Same as
with(boolean). |
ImmutableBooleanSet |
ofAll(BooleanIterable items)
Same as
withAll(BooleanIterable). |
ImmutableBooleanSet |
with()
Same as
empty(). |
ImmutableBooleanSet |
with(boolean... items) |
ImmutableBooleanSet |
with(boolean one) |
ImmutableBooleanSet |
withAll(BooleanIterable items) |
ImmutableBooleanSet empty()
ImmutableBooleanSet of()
empty().ImmutableBooleanSet with()
empty().ImmutableBooleanSet of(boolean one)
with(boolean).ImmutableBooleanSet with(boolean one)
ImmutableBooleanSet of(boolean... items)
with(boolean[]).ImmutableBooleanSet with(boolean... items)
ImmutableBooleanSet ofAll(BooleanIterable items)
withAll(BooleanIterable).ImmutableBooleanSet withAll(BooleanIterable items)
Copyright © 2004–2016. All rights reserved.