Uses of Interface
org.eclipse.collections.api.set.primitive.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 | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| 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(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 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. tap(BooleanProcedure procedure)ImmutableBooleanSetBooleanSet. toImmutable()Returns an immutable copy of this set.ImmutableBooleanSetMutableBooleanSet. toImmutable()Returns an immutable copy of this set. -
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
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableBooleanSet Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSetFactoryImpl. empty()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of(boolean one)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. of(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. ofAll(Iterable<Boolean> iterable)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with()ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with(boolean one)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. with(boolean... items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. withAll(Iterable<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()