Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag
-
Packages that use ImmutableBooleanBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants. -
-
Uses of ImmutableBooleanBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBag. newWith(boolean element)ImmutableBooleanBagImmutableBooleanBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBag. newWithout(boolean element)ImmutableBooleanBagImmutableBooleanBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBag. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanBag. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableBooleanBagImmutableBooleanBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableBooleanBagImmutableBooleanBag. tap(BooleanProcedure procedure)ImmutableBooleanBagBooleanBag. toImmutable()Returns an immutable copy of this bag.ImmutableBooleanBagMutableBooleanBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBagFactory. empty()ImmutableBooleanBagImmutableBooleanBagFactory. of()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagImmutableBooleanBagFactory. of(boolean one)ImmutableBooleanBagImmutableBooleanBagFactory. of(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(Iterable<Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactory. with()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean one)ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(Iterable<Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(BooleanIterable items) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.map.primitive
-