Uses of Interface
org.eclipse.collections.api.collection.primitive.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 mutable primitive collection interfaces.
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.bag.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveBag.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.collection
Modifier and TypeMethodDescriptionImmutableCollection.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.collection.primitive
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionImmutableObjectBooleanMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanMap.select
(BooleanPredicate predicate) -
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.set.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg. -
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.collection.mutable.primitive
Modifier and TypeMethodDescriptionAbstractSynchronizedBooleanCollection.toImmutable()
AbstractUnmodifiableBooleanCollection.toImmutable()