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
ImmutableStack interface.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 TypeInterfaceDescriptioninterfaceThis 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 primitivebooleaniterable 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 BooleanIterableBooleanIterable.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 booleanBooleanIterable.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 booleanBooleanIterable.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 booleanBooleanIterable.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanMutableBooleanCollection.addAll(BooleanIterable source) ImmutableBooleanCollection.newWithAll(BooleanIterable elements) ImmutableBooleanCollection.newWithoutAll(BooleanIterable elements) booleanMutableBooleanCollection.removeAll(BooleanIterable source) booleanMutableBooleanCollection.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanMutableBooleanList.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 aListIterableformed from thisBooleanListand anotherBooleanListby combining corresponding elements in pairs.default ImmutableList<BooleanBooleanPair> ImmutableBooleanList.zipBoolean(BooleanIterable iterable) Returns anImmutableListformed from thisImmutableBooleanListand anotherBooleanListby combining corresponding elements in pairs.default MutableList<BooleanBooleanPair> MutableBooleanList.zipBoolean(BooleanIterable iterable) Returns aMutableListformed from thisMutableBooleanListand anotherBooleanListby 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis 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
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement BooleanIterableModifier and TypeClassDescription(package private) final classImmutableBooleanEmptyBag is an optimization forImmutableBooleanBagof size 0.(package private) final classImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag.(package private) final classImmutableBooleanSingletonBag is an optimization forImmutableBooleanBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanEmptyBag.chunk(int size) ImmutableBooleanHashBag.chunk(int size) ImmutableBooleanSingletonBag.chunk(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanImmutableBooleanEmptyBag.containsAll(BooleanIterable source) booleanImmutableBooleanHashBag.containsAll(BooleanIterable source) booleanImmutableBooleanSingletonBag.containsAll(BooleanIterable source) ImmutableBooleanEmptyBag.newWithAll(BooleanIterable elements) ImmutableBooleanHashBag.newWithAll(BooleanIterable elements) ImmutableBooleanSingletonBag.newWithAll(BooleanIterable elements) ImmutableBooleanEmptyBag.newWithoutAll(BooleanIterable elements) ImmutableBooleanHashBag.newWithoutAll(BooleanIterable elements) ImmutableBooleanSingletonBag.newWithoutAll(BooleanIterable elements) ImmutableBooleanBagFactoryImpl.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 classBooleanHashBag is similar toHashBag, and is memory-optimized for boolean primitives.classA synchronized view of aMutableBooleanBag.classThis 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 TypeMethodDescriptionbooleanBooleanHashBag.addAll(BooleanIterable source) booleanBooleanHashBag.containsAll(BooleanIterable source) static BooleanHashBagBooleanHashBag.newBag(BooleanIterable source) MutableBooleanBagFactoryImpl.ofAll(BooleanIterable items) booleanBooleanHashBag.removeAll(BooleanIterable source) booleanBooleanHashBag.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) final <R extends MutableBooleanCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis 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 TypeMethodDescriptionbooleanAbstractSynchronizedBooleanCollection.addAll(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.addAll(BooleanIterable source) booleanAbstractSynchronizedBooleanCollection.containsAll(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.containsAll(BooleanIterable source) booleanAbstractSynchronizedBooleanCollection.containsAny(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.containsAny(BooleanIterable source) booleanAbstractSynchronizedBooleanCollection.containsNone(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.containsNone(BooleanIterable source) booleanAbstractSynchronizedBooleanCollection.removeAll(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.removeAll(BooleanIterable source) booleanAbstractSynchronizedBooleanCollection.retainAll(BooleanIterable source) booleanAbstractUnmodifiableBooleanCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classA CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type BooleanIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type BooleanIterableFields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIterableModifier and TypeFieldDescriptionprivate final BooleanIterableChunkBooleanIterable.adaptedprivate final BooleanIterableTapBooleanIterable.adaptedprivate final BooleanIterableLazyBooleanIterableAdapter.delegateprivate final BooleanIterableSelectBooleanIterable.delegateprivate final BooleanIterableCollectBooleanToBooleanIterable.iterableprivate final BooleanIterableCollectBooleanToByteIterable.iterableprivate final BooleanIterableCollectBooleanToCharIterable.iterableprivate final BooleanIterableCollectBooleanToDoubleIterable.iterableprivate final BooleanIterableCollectBooleanToFloatIterable.iterableprivate final BooleanIterableCollectBooleanToIntIterable.iterableprivate final BooleanIterableCollectBooleanToLongIterable.iterableprivate final BooleanIterableCollectBooleanToObjectIterable.iterableprivate final BooleanIterableCollectBooleanToShortIterable.iterableprivate final BooleanIterableFlatCollectBooleanToObjectIterable.iterableMethods 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 TypeMethodDescriptionbooleanAbstractLazyBooleanIterable.containsAll(BooleanIterable source) booleanCollectBooleanIterable.containsAll(BooleanIterable source) booleanLazyBooleanIterableAdapter.containsAll(BooleanIterable source) booleanReverseBooleanIterable.containsAll(BooleanIterable source) booleanSelectBooleanIterable.containsAll(BooleanIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type BooleanIterableModifier and TypeMethodDescriptionvoidChunkBooleanIterable.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) FlatCollectBooleanIterator(BooleanIterable iterable, BooleanToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectBooleanToObjectIterable(BooleanIterable iterable, BooleanToObjectFunction<? extends Iterable<V>> function) LazyBooleanIterableAdapter(BooleanIterable delegate) SelectBooleanIterable(BooleanIterable delegate, BooleanPredicate predicate) privateSelectBooleanIterator(BooleanIterable iterable, BooleanPredicate predicate) TapBooleanIterable(BooleanIterable delegate, BooleanProcedure procedure) TapBooleanIterator(BooleanIterable iterable, BooleanProcedure procedure) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement BooleanIterableModifier and TypeClassDescription(package private) final classImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList.(package private) final classImmutableBooleanEmptyList is an optimization forImmutableBooleanListof size 0.(package private) final classImmutableBooleanSingletonList is an optimization forImmutableBooleanListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanArrayList.chunk(int size) ImmutableBooleanEmptyList.chunk(int size) ImmutableBooleanSingletonList.chunk(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanImmutableBooleanArrayList.containsAll(BooleanIterable source) booleanImmutableBooleanEmptyList.containsAll(BooleanIterable source) booleanImmutableBooleanSingletonList.containsAll(BooleanIterable source) static ImmutableBooleanArrayListImmutableBooleanArrayList.newList(BooleanIterable iterable) ImmutableBooleanArrayList.newWithAll(BooleanIterable elements) ImmutableBooleanEmptyList.newWithAll(BooleanIterable elements) ImmutableBooleanSingletonList.newWithAll(BooleanIterable elements) ImmutableBooleanArrayList.newWithoutAll(BooleanIterable elements) ImmutableBooleanEmptyList.newWithoutAll(BooleanIterable elements) ImmutableBooleanSingletonList.newWithoutAll(BooleanIterable elements) ImmutableBooleanListFactoryImpl.ofAll(BooleanIterable items) ImmutableBooleanListFactoryImpl.withAll(BooleanIterable items) ImmutableBooleanEmptyList.zipBoolean(BooleanIterable iterable) ImmutableBooleanSingletonList.zipBoolean(BooleanIterable iterable) -
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 classBooleanArrayList is similar toFastList, and is memory-optimized for boolean primitives.classA synchronized view of aMutableBooleanList.classThis 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 TypeMethodDescriptionbooleanBooleanArrayList.addAll(BooleanIterable source) booleanBooleanArrayList.addAllAtIndex(int index, BooleanIterable source) booleanSynchronizedBooleanList.addAllAtIndex(int index, BooleanIterable source) booleanUnmodifiableBooleanList.addAllAtIndex(int index, BooleanIterable source) booleanBooleanArrayList.containsAll(BooleanIterable source) static BooleanArrayListBooleanArrayList.newList(BooleanIterable source) MutableBooleanListFactoryImpl.ofAll(BooleanIterable items) booleanBooleanArrayList.removeAll(BooleanIterable source) booleanBooleanArrayList.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) Constructors in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIterable -
Uses of BooleanIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement BooleanIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableByteBooleanEmptyMap is an optimization forImmutableByteBooleanMapof size 0.(package private) final classImmutableByteBooleanHashMap is the non-modifiable equivalent ofByteBooleanHashMap.(package private) final classImmutableByteBooleanSingletonMap is an optimization forImmutableByteBooleanMapof size 1.(package private) final classImmutableCharBooleanEmptyMap is an optimization forImmutableCharBooleanMapof size 0.(package private) final classImmutableCharBooleanHashMap is the non-modifiable equivalent ofCharBooleanHashMap.(package private) final classImmutableCharBooleanSingletonMap is an optimization forImmutableCharBooleanMapof size 1.(package private) final classImmutableDoubleBooleanEmptyMap is an optimization forImmutableDoubleBooleanMapof size 0.(package private) final classImmutableDoubleBooleanHashMap is the non-modifiable equivalent ofDoubleBooleanHashMap.(package private) final classImmutableDoubleBooleanSingletonMap is an optimization forImmutableDoubleBooleanMapof size 1.(package private) final classImmutableFloatBooleanEmptyMap is an optimization forImmutableFloatBooleanMapof size 0.(package private) final classImmutableFloatBooleanHashMap is the non-modifiable equivalent ofFloatBooleanHashMap.(package private) final classImmutableFloatBooleanSingletonMap is an optimization forImmutableFloatBooleanMapof size 1.(package private) final classImmutableIntBooleanEmptyMap is an optimization forImmutableIntBooleanMapof size 0.(package private) final classImmutableIntBooleanHashMap is the non-modifiable equivalent ofIntBooleanHashMap.(package private) final classImmutableIntBooleanSingletonMap is an optimization forImmutableIntBooleanMapof size 1.(package private) final classImmutableLongBooleanEmptyMap is an optimization forImmutableLongBooleanMapof size 0.(package private) final classImmutableLongBooleanHashMap is the non-modifiable equivalent ofLongBooleanHashMap.(package private) final classImmutableLongBooleanSingletonMap is an optimization forImmutableLongBooleanMapof size 1.(package private) final classImmutableObjectBooleanEmptyMap is an optimization forImmutableObjectBooleanMapof size 0.(package private) final classImmutableObjectBooleanHashMap is the non-modifiable equivalent ofObjectBooleanHashMap.(package private) final classImmutableObjectBooleanSingletonMap is an optimization forImmutableObjectBooleanMapof size 1.(package private) final classImmutableShortBooleanEmptyMap is an optimization forImmutableShortBooleanMapof size 0.(package private) final classImmutableShortBooleanHashMap is the non-modifiable equivalent ofShortBooleanHashMap.(package private) final classImmutableShortBooleanSingletonMap is an optimization forImmutableShortBooleanMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.chunk(int size) ImmutableByteBooleanHashMap.chunk(int size) ImmutableByteBooleanSingletonMap.chunk(int size) ImmutableCharBooleanEmptyMap.chunk(int size) ImmutableCharBooleanHashMap.chunk(int size) ImmutableCharBooleanSingletonMap.chunk(int size) ImmutableDoubleBooleanEmptyMap.chunk(int size) ImmutableDoubleBooleanHashMap.chunk(int size) ImmutableDoubleBooleanSingletonMap.chunk(int size) ImmutableFloatBooleanEmptyMap.chunk(int size) ImmutableFloatBooleanHashMap.chunk(int size) ImmutableFloatBooleanSingletonMap.chunk(int size) ImmutableIntBooleanEmptyMap.chunk(int size) ImmutableIntBooleanHashMap.chunk(int size) ImmutableIntBooleanSingletonMap.chunk(int size) ImmutableLongBooleanEmptyMap.chunk(int size) ImmutableLongBooleanHashMap.chunk(int size) ImmutableLongBooleanSingletonMap.chunk(int size) ImmutableObjectBooleanEmptyMap.chunk(int size) ImmutableObjectBooleanHashMap.chunk(int size) ImmutableObjectBooleanSingletonMap.chunk(int size) ImmutableShortBooleanEmptyMap.chunk(int size) ImmutableShortBooleanHashMap.chunk(int size) ImmutableShortBooleanSingletonMap.chunk(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanImmutableByteBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableByteBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableByteBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableCharBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableCharBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableCharBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableDoubleBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableDoubleBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableDoubleBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableFloatBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableFloatBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableFloatBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableIntBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableIntBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableIntBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableLongBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableLongBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableLongBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableObjectBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableObjectBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableObjectBooleanSingletonMap.containsAll(BooleanIterable source) booleanImmutableShortBooleanEmptyMap.containsAll(BooleanIterable source) booleanImmutableShortBooleanHashMap.containsAll(BooleanIterable source) booleanImmutableShortBooleanSingletonMap.containsAll(BooleanIterable source) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RImmutableByteObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableCharObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableDoubleObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableFloatObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableIntObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableLongObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) <R extends MutableBooleanCollection>
RImmutableShortObjectEmptyMap.flatCollectBoolean(Function<? super V, ? extends BooleanIterable> function, R target) -
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 TypeClassDescriptionclassprotected classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassprivate classclassprivate classclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classclassA synchronized view of aMutableByteBooleanMap.classA synchronized view of aMutableCharBooleanMap.classA synchronized view of aMutableDoubleBooleanMap.classA synchronized view of aMutableFloatBooleanMap.classA synchronized view of aMutableIntBooleanMap.classA synchronized view of aMutableLongBooleanMap.classA synchronized view of aMutableObjectBooleanMap.classA synchronized view of aMutableShortBooleanMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis 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.AbstractBooleanValuesCollection.chunk(int size) AbstractMutableBooleanValuesMap.chunk(int size) ObjectBooleanHashMap.chunk(int size) ObjectBooleanHashMap.ValuesCollection.chunk(int size) ObjectBooleanHashMapWithHashingStrategy.chunk(int size) ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.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 TypeMethodDescriptionbooleanAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.addAll(BooleanIterable source) booleanObjectBooleanHashMap.ValuesCollection.addAll(BooleanIterable source) booleanObjectBooleanHashMapWithHashingStrategy.ValuesCollection.addAll(BooleanIterable source) booleanAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.containsAll(BooleanIterable source) booleanAbstractMutableBooleanValuesMap.containsAll(BooleanIterable source) booleanObjectBooleanHashMap.containsAll(BooleanIterable source) booleanObjectBooleanHashMap.ValuesCollection.containsAll(BooleanIterable source) booleanObjectBooleanHashMapWithHashingStrategy.containsAll(BooleanIterable source) booleanObjectBooleanHashMapWithHashingStrategy.ValuesCollection.containsAll(BooleanIterable source) booleanSynchronizedByteBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedCharBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedDoubleBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedFloatBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedIntBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedLongBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedObjectBooleanMap.containsAll(BooleanIterable source) booleanSynchronizedShortBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableByteBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableCharBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableDoubleBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableFloatBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableIntBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableLongBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableObjectBooleanMap.containsAll(BooleanIterable source) booleanUnmodifiableShortBooleanMap.containsAll(BooleanIterable source) booleanAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.removeAll(BooleanIterable source) booleanObjectBooleanHashMap.ValuesCollection.removeAll(BooleanIterable source) booleanObjectBooleanHashMapWithHashingStrategy.ValuesCollection.removeAll(BooleanIterable source) booleanByteBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanCharBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanDoubleBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanFloatBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanIntBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanLongBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanObjectBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) booleanObjectBooleanHashMapWithHashingStrategy.ValuesCollection.retainAll(BooleanIterable source) booleanShortBooleanHashMap.ValuesCollection.retainAll(BooleanIterable source) AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.withAll(BooleanIterable elements) ObjectBooleanHashMap.ValuesCollection.withAll(BooleanIterable elements) ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.withAll(BooleanIterable elements) AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.withoutAll(BooleanIterable elements) ObjectBooleanHashMap.ValuesCollection.withoutAll(BooleanIterable elements) ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.withoutAll(BooleanIterable elements) 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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA synchronized view of a BooleanIterable.Fields in org.eclipse.collections.impl.primitive declared as BooleanIterableModifier and TypeFieldDescriptionprivate final BooleanIterableSynchronizedBooleanIterable.iterableMethods 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 TypeMethodDescriptionbooleanSynchronizedBooleanIterable.containsAll(BooleanIterable source) booleanSynchronizedBooleanIterable.containsAny(BooleanIterable source) booleanSynchronizedBooleanIterable.containsNone(BooleanIterable source) static SynchronizedBooleanIterableSynchronizedBooleanIterable.of(BooleanIterable iterable) This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.static SynchronizedBooleanIterableSynchronizedBooleanIterable.of(BooleanIterable iterable, Object lock) This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type BooleanIterableModifierConstructorDescriptionprotectedSynchronizedBooleanIterable(BooleanIterable iterable) protectedSynchronizedBooleanIterable(BooleanIterable iterable, Object newLock) -
Uses of BooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement BooleanIterableModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class(package private) final classMethods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanEmptySet.chunk(int size) ImmutableFalseSet.chunk(int size) ImmutableTrueFalseSet.chunk(int size) ImmutableTrueSet.chunk(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanImmutableBooleanEmptySet.containsAll(BooleanIterable source) booleanImmutableFalseSet.containsAll(BooleanIterable source) booleanImmutableTrueFalseSet.containsAll(BooleanIterable source) booleanImmutableTrueSet.containsAll(BooleanIterable source) ImmutableBooleanEmptySet.newWithAll(BooleanIterable elements) ImmutableFalseSet.newWithAll(BooleanIterable elements) ImmutableTrueFalseSet.newWithAll(BooleanIterable elements) ImmutableTrueSet.newWithAll(BooleanIterable elements) ImmutableBooleanEmptySet.newWithoutAll(BooleanIterable elements) ImmutableFalseSet.newWithoutAll(BooleanIterable elements) ImmutableTrueFalseSet.newWithoutAll(BooleanIterable elements) ImmutableTrueSet.newWithoutAll(BooleanIterable elements) ImmutableBooleanSetFactoryImpl.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 TypeClassDescriptionclassclassA synchronized view of aMutableBooleanSet.classThis 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 TypeMethodDescriptionbooleanBooleanHashSet.addAll(BooleanIterable source) booleanBooleanHashSet.containsAll(BooleanIterable source) static BooleanHashSetBooleanHashSet.newSet(BooleanIterable source) MutableBooleanSetFactoryImpl.ofAll(BooleanIterable items) booleanBooleanHashSet.removeAll(BooleanIterable source) booleanBooleanHashSet.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
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type BooleanIterableModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RImmutableArrayStack.flatCollectBoolean(Function<? super T, ? extends BooleanIterable> function, R target) Deprecated.<R extends MutableBooleanCollection>
RImmutableEmptyStack.flatCollectBoolean(Function<? super T, ? extends BooleanIterable> function, R target) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement BooleanIterableModifier and TypeClassDescription(package private) final classImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack.(package private) final classImmutableBooleanEmptyStack is an optimization forImmutableBooleanStackof size 0.(package private) final classImmutableBooleanSingletonStack is an optimization forImmutableBooleanStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanEmptyStack.chunk(int size) ImmutableBooleanSingletonStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanImmutableBooleanEmptyStack.containsAll(BooleanIterable source) booleanImmutableBooleanSingletonStack.containsAll(BooleanIterable source) static ImmutableBooleanArrayStackImmutableBooleanArrayStack.newStack(BooleanIterable iterable) static ImmutableBooleanArrayStackImmutableBooleanArrayStack.newStackFromTopToBottom(BooleanIterable items) ImmutableBooleanStackFactoryImpl.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 TypeClassDescriptionclassBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classA synchronized view of aMutableBooleanStack.classThis 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 TypeMethodDescriptionbooleanSynchronizedBooleanStack.containsAll(BooleanIterable source) booleanUnmodifiableBooleanStack.containsAll(BooleanIterable source) static BooleanArrayStackBooleanArrayStack.newStack(BooleanIterable items) static BooleanArrayStackBooleanArrayStack.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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionbooleanAbstractBooleanStack.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 booleanBooleanIterableIterate.allSatisfy(BooleanIterable iterable, BooleanPredicate predicate) static booleanBooleanIterableIterate.anySatisfy(BooleanIterable iterable, BooleanPredicate predicate) static voidBooleanIterableIterate.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 intBooleanIterableIterate.count(BooleanIterable iterable, BooleanPredicate predicate) static booleanBooleanIterableIterate.detectIfNone(BooleanIterable iterable, BooleanPredicate predicate, boolean ifNone) static voidBooleanIterableIterate.forEach(BooleanIterable iterable, BooleanProcedure procedure) static <T> TBooleanIterableIterate.injectInto(BooleanIterable iterable, T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) static booleanBooleanIterableIterate.isEmpty(BooleanIterable iterable) static booleanBooleanIterableIterate.noneSatisfy(BooleanIterable iterable, BooleanPredicate predicate) static booleanBooleanIterableIterate.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) private static <T> StringBooleanIterableIterate.stringValueOfItem(BooleanIterable iterable, T item) -
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 LazyBooleanIterableLazyBooleanIterate.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 LazyBooleanIterableLazyBooleanIterate.select(BooleanIterable iterable, BooleanPredicate predicate) Creates a deferred filtering boolean iterable for the specified boolean iterable.static LazyBooleanIterableLazyBooleanIterate.tap(BooleanIterable iterable, BooleanProcedure procedure) Creates a deferred tap iterable for the specified iterable.