public class ImmutableBooleanSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactory
ImmutableBooleanSet.| Constructor and Description |
|---|
ImmutableBooleanSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
empty() |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
of() |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
of(boolean... items) |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
of(boolean one) |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
ofAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
with() |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
with(boolean... items) |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
with(boolean one) |
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet |
withAll(org.eclipse.collections.api.BooleanIterable items) |
public org.eclipse.collections.api.set.primitive.ImmutableBooleanSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet of(boolean one)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet with(boolean one)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet of(boolean... items)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet with(boolean... items)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet ofAll(org.eclipse.collections.api.BooleanIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableBooleanSet withAll(org.eclipse.collections.api.BooleanIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableBooleanSetFactoryCopyright © 2004–2018. All rights reserved.