Uses of Interface
org.eclipse.collections.api.collection.primitive.ImmutableBooleanCollection
Packages that use ImmutableBooleanCollection
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
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 API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
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.
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of ImmutableBooleanCollection in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveBag.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionImmutableCollection.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionImmutableBooleanCollection.newWith
(boolean element) ImmutableBooleanCollection.newWithAll
(BooleanIterable elements) ImmutableBooleanCollection.newWithout
(boolean element) ImmutableBooleanCollection.newWithoutAll
(BooleanIterable elements) ImmutableBooleanCollection.reject
(BooleanPredicate predicate) ImmutableBooleanCollection.select
(BooleanPredicate predicate) default ImmutableBooleanCollection
ImmutableBooleanCollection.tap
(BooleanProcedure procedure) MutableBooleanCollection.toImmutable()
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of ImmutableBooleanCollection in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionImmutableObjectBooleanMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanMap.select
(BooleanPredicate predicate) -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of ImmutableBooleanCollection in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableBooleanCollectionModifier and TypeClassDescription(package private) final class
ImmutableBooleanEmptyBag is an optimization forImmutableBooleanBag
of size 0.(package private) final class
ImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag
.(package private) final class
ImmutableBooleanSingletonBag is an optimization forImmutableBooleanBag
of size 1. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionAbstractSynchronizedBooleanCollection.toImmutable()
AbstractUnmodifiableBooleanCollection.toImmutable()
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableBooleanCollectionModifier and TypeClassDescription(package private) final class
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) final class
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) final class
ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionImmutableObjectBooleanEmptyMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanHashMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanSingletonMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanEmptyMap.select
(BooleanPredicate predicate) ImmutableObjectBooleanHashMap.select
(BooleanPredicate predicate) ImmutableObjectBooleanSingletonMap.select
(BooleanPredicate predicate) -
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableBooleanCollectionModifier and TypeMethodDescriptionAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.toImmutable()
ObjectBooleanHashMap.ValuesCollection.toImmutable()
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.toImmutable()
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableBooleanCollectionModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class