Uses of Interface
org.eclipse.collections.api.bag.primitive.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
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
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 the mutable primitive list 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 mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableBooleanBag in org.eclipse.collections.api
Modifier and TypeMethodDescriptionBooleanIterable.toBag()
Converts the BooleanIterable to a new MutableBooleanBag. -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag
Modifier and TypeMethodDescriptiondefault MutableBooleanBag
MutableBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag.primitive
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionMutableMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) MutableBooleanValuesMap.reject
(BooleanPredicate predicate) MutableBooleanValuesMap.select
(BooleanPredicate predicate) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.mutable
Modifier and TypeMethodDescriptionMultiReaderHashBag.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
Modifier 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.Modifier and TypeMethodDescriptionBooleanHashBag.asSynchronized()
SynchronizedBooleanBag.asSynchronized()
UnmodifiableBooleanBag.asSynchronized()
BooleanHashBag.asUnmodifiable()
SynchronizedBooleanBag.asUnmodifiable()
UnmodifiableBooleanBag.asUnmodifiable()
MutableBooleanBagFactoryImpl.empty()
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) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.collection.mutable.primitive
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.lazy.primitive
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.list.mutable.primitive
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.mutable
Modifier 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
Modifier 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) ObjectBooleanHashMap.toBag()
ObjectBooleanHashMapWithHashingStrategy.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
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.set.mutable.primitive
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.mutable.primitive
-
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.primitive