Uses of Interface
org.eclipse.collections.api.BooleanIterable
Packages that use BooleanIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
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 mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
MutableCollection
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
MutableList
interface.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
MutableSortedMap
interface.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
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanIterable in org.eclipse.collections.api
Subinterfaces of BooleanIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return BooleanIterableModifier and TypeMethodDescriptionRichIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) Returns a new primitiveboolean
iterable with the results of applying the specified function on each element of the source collection.BooleanIterable.reject
(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return false for the specified predicate.BooleanIterable.select
(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return true for the specified predicate.default BooleanIterable
BooleanIterable.tap
(BooleanProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptiondefault RichIterable<BooleanIterable>
BooleanIterable.chunk
(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type BooleanIterableModifier and TypeMethodDescriptiondefault boolean
BooleanIterable.containsAll
(BooleanIterable source) Returns true if all of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are not.default boolean
BooleanIterable.containsAny
(BooleanIterable source) Returns true if any of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are not.default boolean
BooleanIterable.containsNone
(BooleanIterable source) Returns true if none of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type BooleanIterableModifier and TypeMethodDescriptiondefault <R extends MutableBooleanCollection>
RRichIterable.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of BooleanIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveBag.stg.interface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanBag.newWithAll
(BooleanIterable elements) ImmutableBooleanBag.newWithoutAll
(BooleanIterable elements) MutableBooleanBag.withAll
(BooleanIterable elements) MutableBooleanBag.withoutAll
(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
MutableBooleanCollection.addAll
(BooleanIterable source) ImmutableBooleanCollection.newWithAll
(BooleanIterable elements) ImmutableBooleanCollection.newWithoutAll
(BooleanIterable elements) boolean
MutableBooleanCollection.removeAll
(BooleanIterable source) boolean
MutableBooleanCollection.retainAll
(BooleanIterable elements) MutableBooleanCollection.withAll
(BooleanIterable elements) MutableBooleanCollection.withoutAll
(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanBagFactory.ofAll
(BooleanIterable items) MutableBooleanBagFactory.ofAll
(BooleanIterable items) ImmutableBooleanBagFactory.withAll
(BooleanIterable items) MutableBooleanBagFactory.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanListFactory.ofAll
(BooleanIterable items) MutableBooleanListFactory.ofAll
(BooleanIterable items) ImmutableBooleanListFactory.withAll
(BooleanIterable items) MutableBooleanListFactory.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanSetFactory.ofAll
(BooleanIterable items) MutableBooleanSetFactory.ofAll
(BooleanIterable items) ImmutableBooleanSetFactory.withAll
(BooleanIterable items) MutableBooleanSetFactory.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanStackFactory.ofAll
(BooleanIterable items) MutableBooleanStackFactory.ofAll
(BooleanIterable items) ImmutableBooleanStackFactory.ofAllReversed
(BooleanIterable items) MutableBooleanStackFactory.ofAllReversed
(BooleanIterable items) ImmutableBooleanStackFactory.withAll
(BooleanIterable items) MutableBooleanStackFactory.withAll
(BooleanIterable items) ImmutableBooleanStackFactory.withAllReversed
(BooleanIterable items) MutableBooleanStackFactory.withAllReversed
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
MutableBooleanList.addAllAtIndex
(int index, BooleanIterable source) ImmutableBooleanList.newWithAll
(BooleanIterable elements) ImmutableBooleanList.newWithoutAll
(BooleanIterable elements) MutableBooleanList.withAll
(BooleanIterable elements) MutableBooleanList.withoutAll
(BooleanIterable elements) default ListIterable<BooleanBooleanPair>
BooleanList.zipBoolean
(BooleanIterable iterable) Returns aListIterable
formed from thisBooleanList
and anotherBooleanList
by combining corresponding elements in pairs.default ImmutableList<BooleanBooleanPair>
ImmutableBooleanList.zipBoolean
(BooleanIterable iterable) Returns anImmutableList
formed from thisImmutableBooleanList
and anotherBooleanList
by combining corresponding elements in pairs.default MutableList<BooleanBooleanPair>
MutableBooleanList.zipBoolean
(BooleanIterable iterable) Returns aMutableList
formed from thisMutableBooleanList
and anotherBooleanList
by combining corresponding elements in pairs. -
Uses of BooleanIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg. -
Uses of BooleanIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of BooleanIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveSet.stg.interface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanSet.newWithAll
(BooleanIterable elements) ImmutableBooleanSet.newWithoutAll
(BooleanIterable elements) MutableBooleanSet.withAll
(BooleanIterable elements) MutableBooleanSet.withoutAll
(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveStack.stg.interface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of BooleanIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return BooleanIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) Method parameters in org.eclipse.collections.impl with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RUnmodifiableRichIterable.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractBag.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanBagFactoryImpl.ofAll
(BooleanIterable items) ImmutableBooleanBagFactoryImpl.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement BooleanIterableModifier 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 types with arguments of type BooleanIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
BooleanHashBag.addAll
(BooleanIterable source) boolean
BooleanHashBag.containsAll
(BooleanIterable source) static BooleanHashBag
BooleanHashBag.newBag
(BooleanIterable source) MutableBooleanBagFactoryImpl.ofAll
(BooleanIterable items) boolean
BooleanHashBag.removeAll
(BooleanIterable source) boolean
BooleanHashBag.retainAll
(BooleanIterable elements) BooleanHashBag.withAll
(BooleanIterable iterable) MutableBooleanBagFactoryImpl.withAll
(BooleanIterable items) SynchronizedBooleanBag.withAll
(BooleanIterable elements) UnmodifiableBooleanBag.withAll
(BooleanIterable elements) BooleanHashBag.withoutAll
(BooleanIterable iterable) SynchronizedBooleanBag.withoutAll
(BooleanIterable elements) UnmodifiableBooleanBag.withoutAll
(BooleanIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanIterable -
Uses of BooleanIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractBiMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return BooleanIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RUnmodifiableBiMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return BooleanIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractSynchronizedRichIterable.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractMultiReaderMutableCollection.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RAbstractUnmodifiableMutableCollection.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionAbstractSynchronizedBooleanCollection.chunk
(int size) AbstractUnmodifiableBooleanCollection.chunk
(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
AbstractSynchronizedBooleanCollection.addAll
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.addAll
(BooleanIterable source) boolean
AbstractSynchronizedBooleanCollection.containsAll
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.containsAll
(BooleanIterable source) boolean
AbstractSynchronizedBooleanCollection.containsAny
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.containsAny
(BooleanIterable source) boolean
AbstractSynchronizedBooleanCollection.containsNone
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.containsNone
(BooleanIterable source) boolean
AbstractSynchronizedBooleanCollection.removeAll
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.removeAll
(BooleanIterable source) boolean
AbstractSynchronizedBooleanCollection.retainAll
(BooleanIterable source) boolean
AbstractUnmodifiableBooleanCollection.retainAll
(BooleanIterable source) AbstractSynchronizedBooleanCollection.withAll
(BooleanIterable elements) AbstractUnmodifiableBooleanCollection.withAll
(BooleanIterable elements) AbstractSynchronizedBooleanCollection.withoutAll
(BooleanIterable elements) AbstractUnmodifiableBooleanCollection.withoutAll
(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return BooleanIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.chunk
(int size) ChunkBooleanIterable.iterator()
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
AbstractLazyBooleanIterable.containsAll
(BooleanIterable source) boolean
CollectBooleanIterable.containsAll
(BooleanIterable source) boolean
LazyBooleanIterableAdapter.containsAll
(BooleanIterable source) boolean
ReverseBooleanIterable.containsAll
(BooleanIterable source) boolean
SelectBooleanIterable.containsAll
(BooleanIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type BooleanIterableModifier and TypeMethodDescriptionvoid
ChunkBooleanIterable.each
(Procedure<? super BooleanIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanIterableModifierConstructorDescriptionChunkBooleanIterable
(BooleanIterable delegate, int size) ChunkBooleanIterator
(BooleanIterable iterable, int size) CollectBooleanToBooleanIterable
(BooleanIterable iterable, BooleanToBooleanFunction function) CollectBooleanToByteIterable
(BooleanIterable iterable, BooleanToByteFunction function) CollectBooleanToCharIterable
(BooleanIterable iterable, BooleanToCharFunction function) CollectBooleanToDoubleIterable
(BooleanIterable iterable, BooleanToDoubleFunction function) CollectBooleanToFloatIterable
(BooleanIterable iterable, BooleanToFloatFunction function) CollectBooleanToIntIterable
(BooleanIterable iterable, BooleanToIntFunction function) CollectBooleanToLongIterable
(BooleanIterable iterable, BooleanToLongFunction function) CollectBooleanToObjectIterable
(BooleanIterable iterable, BooleanToObjectFunction<? extends V> function) CollectBooleanToShortIterable
(BooleanIterable iterable, BooleanToShortFunction function) FlatCollectBooleanToObjectIterable
(BooleanIterable iterable, BooleanToObjectFunction<? extends Iterable<V>> function) LazyBooleanIterableAdapter
(BooleanIterable delegate) SelectBooleanIterable
(BooleanIterable delegate, BooleanPredicate predicate) TapBooleanIterable
(BooleanIterable delegate, BooleanProcedure procedure) TapBooleanIterator
(BooleanIterable iterable, BooleanProcedure procedure) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanListFactoryImpl.ofAll
(BooleanIterable items) ImmutableBooleanListFactoryImpl.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RFastList.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionfinal class
BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.class
A synchronized view of aMutableBooleanList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type BooleanIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
BooleanArrayList.addAll
(BooleanIterable source) boolean
BooleanArrayList.addAllAtIndex
(int index, BooleanIterable source) boolean
SynchronizedBooleanList.addAllAtIndex
(int index, BooleanIterable source) boolean
UnmodifiableBooleanList.addAllAtIndex
(int index, BooleanIterable source) boolean
BooleanArrayList.containsAll
(BooleanIterable source) static BooleanArrayList
BooleanArrayList.newList
(BooleanIterable source) MutableBooleanListFactoryImpl.ofAll
(BooleanIterable items) boolean
BooleanArrayList.removeAll
(BooleanIterable source) boolean
BooleanArrayList.retainAll
(BooleanIterable source) BooleanArrayList.withAll
(BooleanIterable elements) MutableBooleanListFactoryImpl.withAll
(BooleanIterable items) SynchronizedBooleanList.withAll
(BooleanIterable elements) UnmodifiableBooleanList.withAll
(BooleanIterable elements) BooleanArrayList.withoutAll
(BooleanIterable elements) SynchronizedBooleanList.withoutAll
(BooleanIterable elements) UnmodifiableBooleanList.withoutAll
(BooleanIterable elements) SynchronizedBooleanList.zipBoolean
(BooleanIterable iterable) UnmodifiableBooleanList.zipBoolean
(BooleanIterable iterable) -
Uses of BooleanIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of BooleanIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RUnmodifiableMutableMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
class
class
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
A synchronized view of aMutableByteBooleanMap
.class
A synchronized view of aMutableCharBooleanMap
.class
A synchronized view of aMutableDoubleBooleanMap
.class
A synchronized view of aMutableFloatBooleanMap
.class
A synchronized view of aMutableIntBooleanMap
.class
A synchronized view of aMutableLongBooleanMap
.class
A synchronized view of aMutableObjectBooleanMap
.class
A synchronized view of aMutableShortBooleanMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionAbstractMutableBooleanValuesMap.chunk
(int size) ObjectBooleanHashMap.chunk
(int size) ObjectBooleanHashMapWithHashingStrategy.chunk
(int size) SynchronizedByteBooleanMap.chunk
(int size) SynchronizedCharBooleanMap.chunk
(int size) SynchronizedDoubleBooleanMap.chunk
(int size) SynchronizedFloatBooleanMap.chunk
(int size) SynchronizedIntBooleanMap.chunk
(int size) SynchronizedLongBooleanMap.chunk
(int size) SynchronizedObjectBooleanMap.chunk
(int size) SynchronizedShortBooleanMap.chunk
(int size) UnmodifiableByteBooleanMap.chunk
(int size) UnmodifiableCharBooleanMap.chunk
(int size) UnmodifiableDoubleBooleanMap.chunk
(int size) UnmodifiableFloatBooleanMap.chunk
(int size) UnmodifiableIntBooleanMap.chunk
(int size) UnmodifiableLongBooleanMap.chunk
(int size) UnmodifiableObjectBooleanMap.chunk
(int size) UnmodifiableShortBooleanMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
AbstractMutableBooleanValuesMap.containsAll
(BooleanIterable source) boolean
ObjectBooleanHashMap.containsAll
(BooleanIterable source) boolean
ObjectBooleanHashMapWithHashingStrategy.containsAll
(BooleanIterable source) boolean
SynchronizedByteBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedCharBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedDoubleBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedFloatBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedIntBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedLongBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedObjectBooleanMap.containsAll
(BooleanIterable source) boolean
SynchronizedShortBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableByteBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableCharBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableDoubleBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableFloatBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableIntBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableLongBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableObjectBooleanMap.containsAll
(BooleanIterable source) boolean
UnmodifiableShortBooleanMap.containsAll
(BooleanIterable source) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RSynchronizedByteObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedCharObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedDoubleObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedFloatObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedIntObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedLongObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedShortObjectMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RUnmodifiableMutableOrderedMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RUnmodifiableTreeMap.flatCollectBoolean
(Function<? super V, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a BooleanIterable.Methods in org.eclipse.collections.impl.primitive that return BooleanIterableModifier and TypeMethodDescriptionSynchronizedBooleanIterable.reject
(BooleanPredicate predicate) SynchronizedBooleanIterable.select
(BooleanPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type BooleanIterableMethods in org.eclipse.collections.impl.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
SynchronizedBooleanIterable.containsAll
(BooleanIterable source) boolean
SynchronizedBooleanIterable.containsAny
(BooleanIterable source) boolean
SynchronizedBooleanIterable.containsNone
(BooleanIterable source) static SynchronizedBooleanIterable
SynchronizedBooleanIterable.of
(BooleanIterable iterable) This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.static SynchronizedBooleanIterable
SynchronizedBooleanIterable.of
(BooleanIterable iterable, Object lock) This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable. -
Uses of BooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanSetFactoryImpl.ofAll
(BooleanIterable items) ImmutableBooleanSetFactoryImpl.withAll
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
class
A synchronized view of aMutableBooleanSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type BooleanIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
BooleanHashSet.addAll
(BooleanIterable source) boolean
BooleanHashSet.containsAll
(BooleanIterable source) static BooleanHashSet
BooleanHashSet.newSet
(BooleanIterable source) MutableBooleanSetFactoryImpl.ofAll
(BooleanIterable items) boolean
BooleanHashSet.removeAll
(BooleanIterable source) boolean
BooleanHashSet.retainAll
(BooleanIterable source) BooleanHashSet.withAll
(BooleanIterable elements) MutableBooleanSetFactoryImpl.withAll
(BooleanIterable items) SynchronizedBooleanSet.withAll
(BooleanIterable elements) UnmodifiableBooleanSet.withAll
(BooleanIterable elements) BooleanHashSet.withoutAll
(BooleanIterable elements) SynchronizedBooleanSet.withoutAll
(BooleanIterable elements) UnmodifiableBooleanSet.withoutAll
(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanStackFactoryImpl.ofAll
(BooleanIterable items) ImmutableBooleanStackFactoryImpl.ofAllReversed
(BooleanIterable items) ImmutableBooleanStackFactoryImpl.withAll
(BooleanIterable items) ImmutableBooleanStackFactoryImpl.withAllReversed
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RArrayStack.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RSynchronizedStack.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RUnmodifiableStack.flatCollectBoolean
(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
BooleanArrayStack is similar toArrayStack
, and is memory-optimized for boolean primitives.class
A synchronized view of aMutableBooleanStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionSynchronizedBooleanStack.chunk
(int size) UnmodifiableBooleanStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
SynchronizedBooleanStack.containsAll
(BooleanIterable source) boolean
UnmodifiableBooleanStack.containsAll
(BooleanIterable source) static BooleanArrayStack
BooleanArrayStack.newStack
(BooleanIterable items) static BooleanArrayStack
BooleanArrayStack.newStackFromTopToBottom
(BooleanIterable items) MutableBooleanStackFactoryImpl.ofAll
(BooleanIterable items) MutableBooleanStackFactoryImpl.ofAllReversed
(BooleanIterable items) MutableBooleanStackFactoryImpl.withAll
(BooleanIterable items) MutableBooleanStackFactoryImpl.withAllReversed
(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement BooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type BooleanIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionboolean
AbstractBooleanStack.containsAll
(BooleanIterable source) -
Uses of BooleanIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionstatic boolean
BooleanIterableIterate.allSatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIterableIterate.anySatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static void
BooleanIterableIterate.appendString
(BooleanIterable iterable, Appendable appendable, String start, String separator, String end) static <V,
R extends Collection<V>>
RBooleanIterableIterate.collect
(BooleanIterable iterable, BooleanToObjectFunction<? extends V> function, R targetCollection) static int
BooleanIterableIterate.count
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIterableIterate.detectIfNone
(BooleanIterable iterable, BooleanPredicate predicate, boolean ifNone) static void
BooleanIterableIterate.forEach
(BooleanIterable iterable, BooleanProcedure procedure) static <T> T
BooleanIterableIterate.injectInto
(BooleanIterable iterable, T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) static boolean
BooleanIterableIterate.isEmpty
(BooleanIterable iterable) static boolean
BooleanIterableIterate.noneSatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIterableIterate.notEmpty
(BooleanIterable iterable) static <R extends MutableBooleanCollection>
RBooleanIterableIterate.reject
(BooleanIterable iterable, BooleanPredicate predicate, R targetCollection) static <R extends MutableBooleanCollection>
RBooleanIterableIterate.select
(BooleanIterable iterable, BooleanPredicate predicate, R targetCollection) -
Uses of BooleanIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionstatic LazyBooleanIterable
LazyBooleanIterate.adapt
(BooleanIterable iterable) Creates a deferred boolean iterable for the specified boolean iterable.static <V> LazyIterable<V>
LazyBooleanIterate.collect
(BooleanIterable iterable, BooleanToObjectFunction<? extends V> function) Creates a deferred transforming boolean iterable for the specified boolean iterable.static <V> LazyIterable<V>
LazyBooleanIterate.collectIf
(BooleanIterable iterable, BooleanPredicate predicate, BooleanToObjectFunction<? extends V> function) Creates a deferred filtering and transforming boolean iterable for the specified boolean iterable.static <V> LazyIterable<V>
LazyBooleanIterate.flatCollect
(BooleanIterable iterable, BooleanToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening boolean iterable for the specified boolean iterable.static LazyBooleanIterable
LazyBooleanIterate.select
(BooleanIterable iterable, BooleanPredicate predicate) Creates a deferred filtering boolean iterable for the specified boolean iterable.static LazyBooleanIterable
LazyBooleanIterate.tap
(BooleanIterable iterable, BooleanProcedure procedure) Creates a deferred tap iterable for the specified iterable.