Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableBooleanSet in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptionImmutableBooleanBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.factory.set.primitive
Modifier and TypeMethodDescriptionImmutableBooleanSetFactory.empty()
ImmutableBooleanSetFactory.of()
Same asImmutableBooleanSetFactory.empty()
.ImmutableBooleanSetFactory.of
(boolean one) ImmutableBooleanSetFactory.of
(boolean... items) ImmutableBooleanSetFactory.ofAll
(BooleanIterable items) ImmutableBooleanSetFactory.with()
Same asImmutableBooleanSetFactory.empty()
.ImmutableBooleanSetFactory.with
(boolean one) ImmutableBooleanSetFactory.with
(boolean... items) ImmutableBooleanSetFactory.withAll
(BooleanIterable items) -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.set
Modifier and TypeMethodDescriptionImmutableSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.set.primitive
Modifier and TypeMethodDescriptiondefault ImmutableBooleanSet
ImmutableBooleanSet.difference
(BooleanSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableBooleanSet
ImmutableBooleanSet.intersect
(BooleanSet set) Returns the set of all objects that are members of boththis
andset
.ImmutableBooleanSet.newWith
(boolean element) ImmutableBooleanSet.newWithAll
(BooleanIterable elements) ImmutableBooleanSet.newWithout
(boolean element) ImmutableBooleanSet.newWithoutAll
(BooleanIterable elements) ImmutableBooleanSet.reject
(BooleanPredicate predicate) ImmutableBooleanSet.select
(BooleanPredicate predicate) default ImmutableBooleanSet
ImmutableBooleanSet.symmetricDifference
(BooleanSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableBooleanSet
ImmutableBooleanSet.tap
(BooleanProcedure procedure) BooleanSet.toImmutable()
Returns an immutable copy of this set.MutableBooleanSet.toImmutable()
Returns an immutable copy of this set.default ImmutableBooleanSet
ImmutableBooleanSet.union
(BooleanSet set) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.immutable
Modifier and TypeMethodDescriptionAbstractImmutableSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.immutable.primitive
Modifier and TypeMethodDescriptionImmutableBooleanSetFactoryImpl.empty()
ImmutableBooleanSetFactoryImpl.of()
ImmutableBooleanSetFactoryImpl.of
(boolean one) ImmutableBooleanSetFactoryImpl.of
(boolean... items) ImmutableBooleanSetFactoryImpl.ofAll
(BooleanIterable items) ImmutableBooleanSetFactoryImpl.with()
ImmutableBooleanSetFactoryImpl.with
(boolean one) ImmutableBooleanSetFactoryImpl.with
(boolean... items) ImmutableBooleanSetFactoryImpl.withAll
(BooleanIterable items) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescriptionBooleanHashSet.toImmutable()
SynchronizedBooleanSet.toImmutable()
UnmodifiableBooleanSet.toImmutable()