Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableBooleanBag
-
Packages that use MutableBooleanBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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 MutableBooleanBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagBooleanIterable. 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 MutableBooleanBag Modifier and Type Method Description default 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 MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableBooleanBag. asSynchronized()MutableBooleanBagMutableBooleanBag. asUnmodifiable()default MutableBooleanBagMutableBooleanBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableBooleanBagMutableBooleanBag. reject(BooleanPredicate predicate)MutableBooleanBagMutableBooleanBag. select(BooleanPredicate predicate)MutableBooleanBagMutableBooleanBag. 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)MutableBooleanBagMutableBooleanBag. with(boolean element)MutableBooleanBagMutableBooleanBag. withAll(BooleanIterable elements)MutableBooleanBagMutableBooleanBag. without(boolean element)MutableBooleanBagMutableBooleanBag. 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 MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableBooleanBagFactory. empty()MutableBooleanBagMutableBooleanBagFactory. of()Same asMutableBooleanBagFactory.empty().MutableBooleanBagMutableBooleanBagFactory. of(boolean... items)MutableBooleanBagMutableBooleanBagFactory. ofAll(Iterable<Boolean> iterable)MutableBooleanBagMutableBooleanBagFactory. ofAll(BooleanIterable items)MutableBooleanBagMutableBooleanBagFactory. with()Same asMutableBooleanBagFactory.empty().MutableBooleanBagMutableBooleanBagFactory. with(boolean... items)MutableBooleanBagMutableBooleanBagFactory. withAll(Iterable<Boolean> iterable)MutableBooleanBagMutableBooleanBagFactory. withAll(BooleanIterable items) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableMap. 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 MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutablePrimitiveObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagMutableBooleanValuesMap. reject(BooleanPredicate predicate)MutableBooleanBagMutableBooleanValuesMap. select(BooleanPredicate predicate)
-