Uses of Interface
org.eclipse.collections.api.collection.primitive.ImmutableBooleanCollection
-
Packages that use ImmutableBooleanCollection Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.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.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable.primitive 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.primitive Modifier and Type Interface Description interface
ImmutableBooleanBag
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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
ImmutableCollection. 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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
ImmutableBooleanCollection. newWith(boolean element)
ImmutableBooleanCollection
ImmutableBooleanCollection. newWithAll(BooleanIterable elements)
ImmutableBooleanCollection
ImmutableBooleanCollection. newWithout(boolean element)
ImmutableBooleanCollection
ImmutableBooleanCollection. newWithoutAll(BooleanIterable elements)
ImmutableBooleanCollection
ImmutableBooleanCollection. reject(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableBooleanCollection. select(BooleanPredicate predicate)
default ImmutableBooleanCollection
ImmutableBooleanCollection. tap(BooleanProcedure procedure)
ImmutableBooleanCollection
MutableBooleanCollection. toImmutable()
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of ImmutableBooleanCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interface
ImmutableBooleanList
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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
ImmutableObjectBooleanMap. reject(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableObjectBooleanMap. select(BooleanPredicate predicate)
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of ImmutableBooleanCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interface
ImmutableBooleanSet
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 ImmutableBooleanCollection Modifier and Type Class Description (package private) class
ImmutableBooleanEmptyBag
ImmutableBooleanEmptyBag is an optimization forImmutableBooleanBag
of size 0.(package private) class
ImmutableBooleanHashBag
ImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag
.(package private) class
ImmutableBooleanSingletonBag
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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
AbstractSynchronizedBooleanCollection. toImmutable()
ImmutableBooleanCollection
AbstractUnmodifiableBooleanCollection. toImmutable()
-
Uses of ImmutableBooleanCollection in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableBooleanCollection Modifier and Type Class Description (package private) class
ImmutableBooleanArrayList
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) class
ImmutableBooleanEmptyList
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) class
ImmutableBooleanSingletonList
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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
ImmutableObjectBooleanEmptyMap. reject(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableObjectBooleanHashMap. reject(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableObjectBooleanSingletonMap. reject(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableObjectBooleanEmptyMap. select(BooleanPredicate predicate)
ImmutableBooleanCollection
ImmutableObjectBooleanHashMap. select(BooleanPredicate predicate)
ImmutableBooleanCollection
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 ImmutableBooleanCollection Modifier and Type Method Description ImmutableBooleanCollection
AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. toImmutable()
ImmutableBooleanCollection
ObjectBooleanHashMap.ValuesCollection. toImmutable()
ImmutableBooleanCollection
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 ImmutableBooleanCollection Modifier and Type Class Description (package private) class
ImmutableBooleanEmptySet
(package private) class
ImmutableFalseSet
(package private) class
ImmutableTrueFalseSet
(package private) class
ImmutableTrueSet
-