Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableBooleanBag
Packages that use MutableBooleanBag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of MutableBooleanBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanBagModifier and TypeMethodDescriptionBooleanIterable.toBag()Converts the BooleanIterable to a new MutableBooleanBag. -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableBooleanBagModifier and TypeMethodDescriptiondefault MutableBooleanBagMutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionMutableBooleanBag.asSynchronized()MutableBooleanBag.asUnmodifiable()default MutableBooleanBagMutableBooleanBag.newEmpty()Creates a new empty mutable version of the same Bag type.MutableBooleanBag.reject(BooleanPredicate predicate) MutableBooleanBag.select(BooleanPredicate predicate) MutableBooleanBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableBooleanBagMutableBooleanBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableBooleanBagMutableBooleanBag.tap(BooleanProcedure procedure) MutableBooleanBag.with(boolean element) MutableBooleanBag.withAll(BooleanIterable elements) MutableBooleanBag.without(boolean element) MutableBooleanBag.withoutAll(BooleanIterable elements) -
Uses of MutableBooleanBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionMutableBooleanBagFactory.empty()MutableBooleanBagFactory.of()Same asMutableBooleanBagFactory.empty().MutableBooleanBagFactory.of(boolean... items) MutableBooleanBagFactory.ofAll(BooleanIterable items) MutableBooleanBagFactory.with()Same asMutableBooleanBagFactory.empty().MutableBooleanBagFactory.with(boolean... items) MutableBooleanBagFactory.withAll(BooleanIterable items) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableBooleanBagModifier and TypeMethodDescriptionMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) MutableBooleanValuesMap.reject(BooleanPredicate predicate) MutableBooleanValuesMap.select(BooleanPredicate predicate)