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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
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(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactory. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanSetFactory. with()Same asImmutableBooleanSetFactory.empty().ImmutableBooleanSetImmutableBooleanSetFactory. with(boolean one)ImmutableBooleanSetImmutableBooleanSetFactory. with(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactory. withAll(java.lang.Iterable<java.lang.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) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanEmptyBag. selectUnique()ImmutableBooleanSetImmutableBooleanHashBag. selectUnique()ImmutableBooleanSetImmutableBooleanSingletonBag. selectUnique() -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetAbstractImmutableSet. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableBooleanSet Modifier and Type Class Description (package private) classImmutableBooleanEmptySet(package private) classImmutableFalseSet(package private) classImmutableTrueFalseSet(package private) classImmutableTrueSetFields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableBooleanSet Modifier and Type Field Description (package private) static ImmutableBooleanSetImmutableBooleanEmptySet. INSTANCE(package private) static ImmutableBooleanSetImmutableFalseSet. INSTANCE(package private) static ImmutableBooleanSetImmutableTrueFalseSet. INSTANCE(package private) static ImmutableBooleanSetImmutableTrueSet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSetFactoryImpl. empty()ImmutableBooleanSetImmutableBooleanEmptySet. newWith(boolean element)ImmutableBooleanSetImmutableFalseSet. newWith(boolean element)ImmutableBooleanSetImmutableTrueFalseSet. newWith(boolean element)ImmutableBooleanSetImmutableTrueSet. newWith(boolean element)ImmutableBooleanSetImmutableBooleanEmptySet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableFalseSet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableTrueFalseSet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableTrueSet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableBooleanEmptySet. newWithout(boolean element)ImmutableBooleanSetImmutableFalseSet. newWithout(boolean element)ImmutableBooleanSetImmutableTrueFalseSet. newWithout(boolean element)ImmutableBooleanSetImmutableTrueSet. newWithout(boolean element)ImmutableBooleanSetImmutableBooleanEmptySet. newWithoutAll(BooleanIterable elements)ImmutableBooleanSetImmutableFalseSet. newWithoutAll(BooleanIterable elements)ImmutableBooleanSetImmutableTrueFalseSet. newWithoutAll(BooleanIterable elements)ImmutableBooleanSetImmutableTrueSet. newWithoutAll(BooleanIterable elements)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of(boolean one)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanEmptySet. reject(BooleanPredicate predicate)ImmutableBooleanSetImmutableFalseSet. reject(BooleanPredicate predicate)ImmutableBooleanSetImmutableTrueFalseSet. reject(BooleanPredicate predicate)ImmutableBooleanSetImmutableTrueSet. reject(BooleanPredicate predicate)ImmutableBooleanSetImmutableBooleanEmptySet. select(BooleanPredicate predicate)ImmutableBooleanSetImmutableFalseSet. select(BooleanPredicate predicate)ImmutableBooleanSetImmutableTrueFalseSet. select(BooleanPredicate predicate)ImmutableBooleanSetImmutableTrueSet. select(BooleanPredicate predicate)ImmutableBooleanSetImmutableBooleanEmptySet. toImmutable()ImmutableBooleanSetImmutableFalseSet. toImmutable()ImmutableBooleanSetImmutableTrueFalseSet. toImmutable()ImmutableBooleanSetImmutableTrueSet. toImmutable()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with(boolean one)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. withAll(BooleanIterable items) -
Uses of ImmutableBooleanSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetBooleanHashSet. toImmutable()ImmutableBooleanSetSynchronizedBooleanSet. toImmutable()ImmutableBooleanSetUnmodifiableBooleanSet. toImmutable()
-