Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableBooleanSet
-
Packages that use ImmutableBooleanSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets. -
-
Uses of ImmutableBooleanSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSetFactory. empty()ImmutableBooleanSetImmutableBooleanSetFactory. of()Same asImmutableBooleanSetFactory.empty().ImmutableBooleanSetImmutableBooleanSetFactory. of(boolean one)ImmutableBooleanSetImmutableBooleanSetFactory. of(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactory. ofAll(Iterable<Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactory. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanSetFactory. with()Same asImmutableBooleanSetFactory.empty().ImmutableBooleanSetImmutableBooleanSetFactory. with(boolean one)ImmutableBooleanSetImmutableBooleanSetFactory. with(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactory. withAll(Iterable<Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactory. withAll(BooleanIterable items) -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableSet. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableBooleanSet Modifier and Type Method Description default ImmutableBooleanSetImmutableBooleanSet. difference(BooleanSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableBooleanSetImmutableBooleanSet. intersect(BooleanSet set)Returns the set of all objects that are members of boththisandset.ImmutableBooleanSetImmutableBooleanSet. newWith(boolean element)ImmutableBooleanSetImmutableBooleanSet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableBooleanSet. newWithout(boolean element)ImmutableBooleanSetImmutableBooleanSet. newWithoutAll(BooleanIterable elements)ImmutableBooleanSetImmutableBooleanSet. reject(BooleanPredicate predicate)ImmutableBooleanSetImmutableBooleanSet. select(BooleanPredicate predicate)default ImmutableBooleanSetImmutableBooleanSet. symmetricDifference(BooleanSet set)Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableBooleanSetImmutableBooleanSet. tap(BooleanProcedure procedure)ImmutableBooleanSetBooleanSet. toImmutable()Returns an immutable copy of this set.ImmutableBooleanSetMutableBooleanSet. toImmutable()Returns an immutable copy of this set.default ImmutableBooleanSetImmutableBooleanSet. union(BooleanSet set)
-