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
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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 MutableBooleanBag
MutableBag.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 MutableBooleanBag
MutableBooleanBag.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 MutableBooleanBag
MutableBooleanBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableBooleanBag
MutableBooleanBag.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) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableBooleanBagModifier and TypeFieldDescriptionprivate final MutableBooleanBag
ImmutableBooleanHashBag.delegate
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableBooleanBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) MultiReaderHashBag.UntouchableMutableBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) SynchronizedBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) UnmodifiableBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableBooleanBagModifier and TypeClassDescriptionfinal class
BooleanHashBag is similar toHashBag
, and is memory-optimized for boolean primitives.class
A synchronized view of aMutableBooleanBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionBooleanHashBag.asSynchronized()
SynchronizedBooleanBag.asSynchronized()
UnmodifiableBooleanBag.asSynchronized()
BooleanHashBag.asUnmodifiable()
SynchronizedBooleanBag.asUnmodifiable()
UnmodifiableBooleanBag.asUnmodifiable()
MutableBooleanBagFactoryImpl.empty()
private MutableBooleanBag
SynchronizedBooleanBag.getMutableBooleanBag()
private MutableBooleanBag
UnmodifiableBooleanBag.getMutableBooleanBag()
SynchronizedBooleanBag.newEmpty()
UnmodifiableBooleanBag.newEmpty()
MutableBooleanBagFactoryImpl.of()
MutableBooleanBagFactoryImpl.of
(boolean... items) MutableBooleanBagFactoryImpl.ofAll
(BooleanIterable items) BooleanHashBag.reject
(BooleanPredicate predicate) SynchronizedBooleanBag.reject
(BooleanPredicate predicate) UnmodifiableBooleanBag.reject
(BooleanPredicate predicate) BooleanHashBag.select
(BooleanPredicate predicate) SynchronizedBooleanBag.select
(BooleanPredicate predicate) UnmodifiableBooleanBag.select
(BooleanPredicate predicate) BooleanHashBag.selectByOccurrences
(IntPredicate predicate) SynchronizedBooleanBag.selectByOccurrences
(IntPredicate predicate) UnmodifiableBooleanBag.selectByOccurrences
(IntPredicate predicate) BooleanHashBag.toBag()
MutableBooleanBagFactoryImpl.with()
MutableBooleanBagFactoryImpl.with
(boolean... items) MutableBooleanBagFactoryImpl.withAll
(BooleanIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableBooleanBagModifier and TypeMethodDescriptionAbstractMutableBiMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.toBag()
ImmutableByteBooleanHashMap.toBag()
ImmutableByteBooleanSingletonMap.toBag()
ImmutableCharBooleanEmptyMap.toBag()
ImmutableCharBooleanHashMap.toBag()
ImmutableCharBooleanSingletonMap.toBag()
ImmutableDoubleBooleanEmptyMap.toBag()
ImmutableDoubleBooleanHashMap.toBag()
ImmutableDoubleBooleanSingletonMap.toBag()
ImmutableFloatBooleanEmptyMap.toBag()
ImmutableFloatBooleanHashMap.toBag()
ImmutableFloatBooleanSingletonMap.toBag()
ImmutableIntBooleanEmptyMap.toBag()
ImmutableIntBooleanHashMap.toBag()
ImmutableIntBooleanSingletonMap.toBag()
ImmutableLongBooleanEmptyMap.toBag()
ImmutableLongBooleanHashMap.toBag()
ImmutableLongBooleanSingletonMap.toBag()
ImmutableObjectBooleanEmptyMap.toBag()
ImmutableObjectBooleanHashMap.toBag()
ImmutableObjectBooleanSingletonMap.toBag()
ImmutableShortBooleanEmptyMap.toBag()
ImmutableShortBooleanHashMap.toBag()
ImmutableShortBooleanSingletonMap.toBag()
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableBooleanBagModifier and TypeMethodDescriptionAbstractMutableMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedMutableMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableMutableMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanBagModifier and TypeMethodDescriptionByteObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) CharObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) DoubleObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) FloatObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) IntObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) LongObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) ShortObjectHashMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedByteObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedCharObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedDoubleObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedFloatObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedIntObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedLongObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedShortObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableByteObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableCharObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableDoubleObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableFloatObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableIntObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableLongObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableShortObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) AbstractMutableBooleanValuesMap.reject
(BooleanPredicate predicate) SynchronizedByteBooleanMap.reject
(BooleanPredicate predicate) SynchronizedCharBooleanMap.reject
(BooleanPredicate predicate) SynchronizedDoubleBooleanMap.reject
(BooleanPredicate predicate) SynchronizedFloatBooleanMap.reject
(BooleanPredicate predicate) SynchronizedIntBooleanMap.reject
(BooleanPredicate predicate) SynchronizedLongBooleanMap.reject
(BooleanPredicate predicate) SynchronizedShortBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableByteBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableCharBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableDoubleBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableFloatBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableIntBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableLongBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableShortBooleanMap.reject
(BooleanPredicate predicate) AbstractMutableBooleanValuesMap.select
(BooleanPredicate predicate) SynchronizedByteBooleanMap.select
(BooleanPredicate predicate) SynchronizedCharBooleanMap.select
(BooleanPredicate predicate) SynchronizedDoubleBooleanMap.select
(BooleanPredicate predicate) SynchronizedFloatBooleanMap.select
(BooleanPredicate predicate) SynchronizedIntBooleanMap.select
(BooleanPredicate predicate) SynchronizedLongBooleanMap.select
(BooleanPredicate predicate) SynchronizedShortBooleanMap.select
(BooleanPredicate predicate) UnmodifiableByteBooleanMap.select
(BooleanPredicate predicate) UnmodifiableCharBooleanMap.select
(BooleanPredicate predicate) UnmodifiableDoubleBooleanMap.select
(BooleanPredicate predicate) UnmodifiableFloatBooleanMap.select
(BooleanPredicate predicate) UnmodifiableIntBooleanMap.select
(BooleanPredicate predicate) UnmodifiableLongBooleanMap.select
(BooleanPredicate predicate) UnmodifiableShortBooleanMap.select
(BooleanPredicate predicate) AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.toBag()
ObjectBooleanHashMap.toBag()
ObjectBooleanHashMap.ValuesCollection.toBag()
ObjectBooleanHashMapWithHashingStrategy.toBag()
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.toBag()
SynchronizedByteBooleanMap.toBag()
SynchronizedCharBooleanMap.toBag()
SynchronizedDoubleBooleanMap.toBag()
SynchronizedFloatBooleanMap.toBag()
SynchronizedIntBooleanMap.toBag()
SynchronizedLongBooleanMap.toBag()
SynchronizedObjectBooleanMap.toBag()
SynchronizedShortBooleanMap.toBag()
UnmodifiableByteBooleanMap.toBag()
UnmodifiableCharBooleanMap.toBag()
UnmodifiableDoubleBooleanMap.toBag()
UnmodifiableFloatBooleanMap.toBag()
UnmodifiableIntBooleanMap.toBag()
UnmodifiableLongBooleanMap.toBag()
UnmodifiableObjectBooleanMap.toBag()
UnmodifiableShortBooleanMap.toBag()
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanBag -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableBooleanBag