Uses of Interface
org.eclipse.collections.api.BooleanIterable
-
Packages that use BooleanIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of BooleanIterable in org.eclipse.collections.api
Subinterfaces of BooleanIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyBooleanIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return BooleanIterable Modifier and Type Method Description BooleanIterableRichIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)Returns a new primitivebooleaniterable with the results of applying the specified function on each element of the source collection.BooleanIterableBooleanIterable. reject(BooleanPredicate predicate)Returns a new BooleanIterable with all of the elements in the BooleanIterable that return false for the specified predicate.BooleanIterableBooleanIterable. 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 BooleanIterable Modifier and Type Method Description default RichIterable<BooleanIterable>BooleanIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type BooleanIterable Modifier and Type Method Description default 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 BooleanIterable Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceBooleanBagThis file was automatically generated from template file primitiveBag.stg.interfaceImmutableBooleanBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceMutableBooleanBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanIterable Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBag. newWithoutAll(BooleanIterable elements)MutableBooleanBagMutableBooleanBag. withAll(BooleanIterable elements)MutableBooleanBagMutableBooleanBag. withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableBooleanCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableBooleanCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanMutableBooleanCollection. addAll(BooleanIterable source)ImmutableBooleanCollectionImmutableBooleanCollection. newWithAll(BooleanIterable elements)ImmutableBooleanCollectionImmutableBooleanCollection. newWithoutAll(BooleanIterable elements)booleanMutableBooleanCollection. removeAll(BooleanIterable source)booleanMutableBooleanCollection. retainAll(BooleanIterable elements)MutableBooleanCollectionMutableBooleanCollection. withAll(BooleanIterable elements)MutableBooleanCollectionMutableBooleanCollection. 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 BooleanIterable Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(BooleanIterable items)MutableBooleanBagMutableBooleanBagFactory. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(BooleanIterable items)MutableBooleanBagMutableBooleanBagFactory. 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 BooleanIterable Modifier and Type Method Description ImmutableBooleanListImmutableBooleanListFactory. ofAll(BooleanIterable items)MutableBooleanListMutableBooleanListFactory. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactory. withAll(BooleanIterable items)MutableBooleanListMutableBooleanListFactory. 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 BooleanIterable Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSetFactory. ofAll(BooleanIterable items)MutableBooleanSetMutableBooleanSetFactory. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanSetFactory. withAll(BooleanIterable items)MutableBooleanSetMutableBooleanSetFactory. 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 BooleanIterable Modifier and Type Method Description ImmutableBooleanStackImmutableBooleanStackFactory. ofAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. ofAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. ofAllReversed(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. ofAllReversed(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. withAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. withAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. withAllReversed(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. withAllReversed(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceBooleanListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableBooleanListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableBooleanListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanMutableBooleanList. addAllAtIndex(int index, BooleanIterable source)ImmutableBooleanListImmutableBooleanList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanList. newWithoutAll(BooleanIterable elements)MutableBooleanListMutableBooleanList. withAll(BooleanIterable elements)MutableBooleanListMutableBooleanList. 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.primitive Modifier and Type Interface Description interfaceBooleanValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceByteBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectBooleanMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongBooleanMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableBooleanValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableByteBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectBooleanMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectBooleanMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortBooleanMapThis 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.primitive Modifier and Type Interface Description interfaceOrderedBooleanIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleBooleanIterableThis 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.primitive Modifier and Type Interface Description interfaceBooleanSetThis file was automatically generated from template file primitiveSet.stg.interfaceImmutableBooleanSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableBooleanSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type BooleanIterable Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSet. newWithAll(BooleanIterable elements)ImmutableBooleanSetImmutableBooleanSet. newWithoutAll(BooleanIterable elements)MutableBooleanSetMutableBooleanSet. withAll(BooleanIterable elements)MutableBooleanSetMutableBooleanSet. withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceBooleanStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableBooleanStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableBooleanStackThis 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 BooleanIterable Modifier and Type Method Description BooleanIterableUnmodifiableRichIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)Method parameters in org.eclipse.collections.impl with type arguments of type BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description (package private) classImmutableBooleanEmptyBagImmutableBooleanEmptyBag is an optimization forImmutableBooleanBagof size 0.(package private) classImmutableBooleanHashBagImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag.(package private) classImmutableBooleanSingletonBagImmutableBooleanSingletonBag is an optimization forImmutableBooleanBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>ImmutableBooleanEmptyBag. chunk(int size)RichIterable<BooleanIterable>ImmutableBooleanHashBag. chunk(int size)RichIterable<BooleanIterable>ImmutableBooleanSingletonBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanImmutableBooleanEmptyBag. containsAll(BooleanIterable source)booleanImmutableBooleanHashBag. containsAll(BooleanIterable source)booleanImmutableBooleanSingletonBag. containsAll(BooleanIterable source)ImmutableBooleanBagImmutableBooleanEmptyBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanHashBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanSingletonBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanEmptyBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanHashBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanSingletonBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. 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 BooleanIterable Modifier and Type Class Description classBooleanHashBagBooleanHashBag is similar toHashBag, and is memory-optimized for boolean primitives.classSynchronizedBooleanBagA synchronized view of aMutableBooleanBag.classUnmodifiableBooleanBagThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>BooleanHashBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanBooleanHashBag. addAll(BooleanIterable source)booleanBooleanHashBag. containsAll(BooleanIterable source)static BooleanHashBagBooleanHashBag. newBag(BooleanIterable source)MutableBooleanBagMutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)booleanBooleanHashBag. removeAll(BooleanIterable source)booleanBooleanHashBag. retainAll(BooleanIterable elements)BooleanHashBagBooleanHashBag. withAll(BooleanIterable iterable)MutableBooleanBagMutableBooleanBagFactoryImpl. withAll(BooleanIterable items)SynchronizedBooleanBagSynchronizedBooleanBag. withAll(BooleanIterable elements)UnmodifiableBooleanBagUnmodifiableBooleanBag. withAll(BooleanIterable elements)BooleanHashBagBooleanHashBag. withoutAll(BooleanIterable iterable)SynchronizedBooleanBagSynchronizedBooleanBag. withoutAll(BooleanIterable elements)UnmodifiableBooleanBagUnmodifiableBooleanBag. withoutAll(BooleanIterable elements)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanIterable Constructor Description BooleanHashBag(BooleanIterable iterable) -
Uses of BooleanIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description BooleanIterableUnmodifiableBiMap. collectBoolean(BooleanFunction<? super V> booleanFunction)Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description BooleanIterableAbstractSynchronizedRichIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)Method parameters in org.eclipse.collections.impl.collection with type arguments of type BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description <R extends MutableBooleanCollection>
RAbstractMultiReaderMutableCollection. flatCollectBoolean(Function<? super T,? extends BooleanIterable> function, R target)<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 BooleanIterable Modifier and Type Class Description classAbstractSynchronizedBooleanCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableBooleanCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedBooleanCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableBooleanCollectionThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>AbstractSynchronizedBooleanCollection. chunk(int size)RichIterable<BooleanIterable>AbstractUnmodifiableBooleanCollection. chunk(int size)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanAbstractSynchronizedBooleanCollection. 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)MutableBooleanCollectionAbstractSynchronizedBooleanCollection. withAll(BooleanIterable elements)MutableBooleanCollectionAbstractUnmodifiableBooleanCollection. withAll(BooleanIterable elements)MutableBooleanCollectionAbstractSynchronizedBooleanCollection. withoutAll(BooleanIterable elements)MutableBooleanCollectionAbstractUnmodifiableBooleanCollection. withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement BooleanIterable Modifier and Type Class Description classAbstractLazyBooleanIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanIterable<T>A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.classCollectBooleanToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyBooleanIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseBooleanIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectBooleanIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapBooleanIterableThis file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIterable Modifier and Type Field Description private BooleanIterableChunkBooleanIterable. adaptedprivate BooleanIterableTapBooleanIterable. adaptedprivate BooleanIterableLazyBooleanIterableAdapter. delegateprivate BooleanIterableSelectBooleanIterable. delegateprivate BooleanIterableCollectBooleanToBooleanIterable. iterableprivate BooleanIterableCollectBooleanToByteIterable. iterableprivate BooleanIterableCollectBooleanToCharIterable. iterableprivate BooleanIterableCollectBooleanToDoubleIterable. iterableprivate BooleanIterableCollectBooleanToFloatIterable. iterableprivate BooleanIterableCollectBooleanToIntIterable. iterableprivate BooleanIterableCollectBooleanToLongIterable. iterableprivate BooleanIterableCollectBooleanToObjectIterable. iterableprivate BooleanIterableCollectBooleanToShortIterable. iterableprivate BooleanIterableFlatCollectBooleanToObjectIterable. iterableMethods in org.eclipse.collections.impl.lazy.primitive that return BooleanIterable Modifier and Type Method Description BooleanIterableChunkBooleanIterable.ChunkBooleanIterator. next()Methods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>AbstractLazyBooleanIterable. chunk(int size)java.util.Iterator<BooleanIterable>ChunkBooleanIterable. iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanAbstractLazyBooleanIterable. 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 BooleanIterable Modifier and Type Method Description voidChunkBooleanIterable. each(Procedure<? super BooleanIterable> procedure) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement BooleanIterable Modifier and Type Class Description (package private) classImmutableBooleanArrayListImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList.(package private) classImmutableBooleanEmptyListImmutableBooleanEmptyList is an optimization forImmutableBooleanListof size 0.(package private) classImmutableBooleanSingletonListImmutableBooleanSingletonList is an optimization forImmutableBooleanListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>ImmutableBooleanArrayList. chunk(int size)RichIterable<BooleanIterable>ImmutableBooleanEmptyList. chunk(int size)RichIterable<BooleanIterable>ImmutableBooleanSingletonList. chunk(int size)Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanImmutableBooleanArrayList. containsAll(BooleanIterable source)booleanImmutableBooleanEmptyList. containsAll(BooleanIterable source)booleanImmutableBooleanSingletonList. containsAll(BooleanIterable source)static ImmutableBooleanArrayListImmutableBooleanArrayList. newList(BooleanIterable iterable)ImmutableBooleanListImmutableBooleanArrayList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanEmptyList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanSingletonList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanArrayList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanEmptyList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanSingletonList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactoryImpl. withAll(BooleanIterable items)ImmutableList<BooleanBooleanPair>ImmutableBooleanEmptyList. zipBoolean(BooleanIterable iterable)ImmutableList<BooleanBooleanPair>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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description classBooleanArrayListBooleanArrayList is similar toFastList, and is memory-optimized for boolean primitives.classSynchronizedBooleanListA synchronized view of aMutableBooleanList.classUnmodifiableBooleanListThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>BooleanArrayList. chunk(int size)Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanBooleanArrayList. 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)MutableBooleanListMutableBooleanListFactoryImpl. ofAll(BooleanIterable items)booleanBooleanArrayList. removeAll(BooleanIterable source)booleanBooleanArrayList. retainAll(BooleanIterable source)BooleanArrayListBooleanArrayList. withAll(BooleanIterable elements)MutableBooleanListMutableBooleanListFactoryImpl. withAll(BooleanIterable items)SynchronizedBooleanListSynchronizedBooleanList. withAll(BooleanIterable elements)UnmodifiableBooleanListUnmodifiableBooleanList. withAll(BooleanIterable elements)BooleanArrayListBooleanArrayList. withoutAll(BooleanIterable elements)SynchronizedBooleanListSynchronizedBooleanList. withoutAll(BooleanIterable elements)UnmodifiableBooleanListUnmodifiableBooleanList. withoutAll(BooleanIterable elements)MutableList<BooleanBooleanPair>SynchronizedBooleanList. zipBoolean(BooleanIterable iterable)MutableList<BooleanBooleanPair>UnmodifiableBooleanList. zipBoolean(BooleanIterable iterable)Constructors in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIterable Constructor Description BooleanArrayList(BooleanIterable booleanIterable) -
Uses of BooleanIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement BooleanIterable Modifier and Type Class Description classAbstractImmutableObjectBooleanMap<V>This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) classImmutableByteBooleanEmptyMapImmutableByteBooleanEmptyMap is an optimization forImmutableByteBooleanMapof size 0.(package private) classImmutableByteBooleanHashMapImmutableByteBooleanHashMap is the non-modifiable equivalent ofByteBooleanHashMap.(package private) classImmutableByteBooleanSingletonMapImmutableByteBooleanSingletonMap is an optimization forImmutableByteBooleanMapof size 1.(package private) classImmutableCharBooleanEmptyMapImmutableCharBooleanEmptyMap is an optimization forImmutableCharBooleanMapof size 0.(package private) classImmutableCharBooleanHashMapImmutableCharBooleanHashMap is the non-modifiable equivalent ofCharBooleanHashMap.(package private) classImmutableCharBooleanSingletonMapImmutableCharBooleanSingletonMap is an optimization forImmutableCharBooleanMapof size 1.(package private) classImmutableDoubleBooleanEmptyMapImmutableDoubleBooleanEmptyMap is an optimization forImmutableDoubleBooleanMapof size 0.(package private) classImmutableDoubleBooleanHashMapImmutableDoubleBooleanHashMap is the non-modifiable equivalent ofDoubleBooleanHashMap.(package private) classImmutableDoubleBooleanSingletonMapImmutableDoubleBooleanSingletonMap is an optimization forImmutableDoubleBooleanMapof size 1.(package private) classImmutableFloatBooleanEmptyMapImmutableFloatBooleanEmptyMap is an optimization forImmutableFloatBooleanMapof size 0.(package private) classImmutableFloatBooleanHashMapImmutableFloatBooleanHashMap is the non-modifiable equivalent ofFloatBooleanHashMap.(package private) classImmutableFloatBooleanSingletonMapImmutableFloatBooleanSingletonMap is an optimization forImmutableFloatBooleanMapof size 1.(package private) classImmutableIntBooleanEmptyMapImmutableIntBooleanEmptyMap is an optimization forImmutableIntBooleanMapof size 0.(package private) classImmutableIntBooleanHashMapImmutableIntBooleanHashMap is the non-modifiable equivalent ofIntBooleanHashMap.(package private) classImmutableIntBooleanSingletonMapImmutableIntBooleanSingletonMap is an optimization forImmutableIntBooleanMapof size 1.(package private) classImmutableLongBooleanEmptyMapImmutableLongBooleanEmptyMap is an optimization forImmutableLongBooleanMapof size 0.(package private) classImmutableLongBooleanHashMapImmutableLongBooleanHashMap is the non-modifiable equivalent ofLongBooleanHashMap.(package private) classImmutableLongBooleanSingletonMapImmutableLongBooleanSingletonMap is an optimization forImmutableLongBooleanMapof size 1.(package private) classImmutableObjectBooleanEmptyMap<K>ImmutableObjectBooleanEmptyMap is an optimization forImmutableObjectBooleanMapof size 0.(package private) classImmutableObjectBooleanHashMap<K>ImmutableObjectBooleanHashMap is the non-modifiable equivalent ofObjectBooleanHashMap.(package private) classImmutableObjectBooleanSingletonMap<K>ImmutableObjectBooleanSingletonMap is an optimization forImmutableObjectBooleanMapof size 1.(package private) classImmutableShortBooleanEmptyMapImmutableShortBooleanEmptyMap is an optimization forImmutableShortBooleanMapof size 0.(package private) classImmutableShortBooleanHashMapImmutableShortBooleanHashMap is the non-modifiable equivalent ofShortBooleanHashMap.(package private) classImmutableShortBooleanSingletonMapImmutableShortBooleanSingletonMap is an optimization forImmutableShortBooleanMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>ImmutableByteBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableByteBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableByteBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableCharBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableCharBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableCharBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableDoubleBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableDoubleBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableDoubleBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableFloatBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableFloatBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableFloatBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableIntBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableIntBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableIntBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableLongBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableLongBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableLongBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableObjectBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableObjectBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableObjectBooleanSingletonMap. chunk(int size)RichIterable<BooleanIterable>ImmutableShortBooleanEmptyMap. chunk(int size)RichIterable<BooleanIterable>ImmutableShortBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ImmutableShortBooleanSingletonMap. chunk(int size)Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanImmutableByteBooleanEmptyMap. 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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description classAbstractMutableBooleanValuesMapprotected classAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollectionclassByteBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classByteBooleanHashMap.ValuesCollectionclassCharBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classCharBooleanHashMap.ValuesCollectionclassDoubleBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classDoubleBooleanHashMap.ValuesCollectionclassFloatBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classFloatBooleanHashMap.ValuesCollectionclassIntBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classIntBooleanHashMap.ValuesCollectionclassLongBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classLongBooleanHashMap.ValuesCollectionclassObjectBooleanHashMap<K>private classObjectBooleanHashMap.ValuesCollectionclassObjectBooleanHashMapWithHashingStrategy<K>private classObjectBooleanHashMapWithHashingStrategy.ValuesCollectionclassShortBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.private classShortBooleanHashMap.ValuesCollectionclassSynchronizedByteBooleanMapA synchronized view of aMutableByteBooleanMap.classSynchronizedCharBooleanMapA synchronized view of aMutableCharBooleanMap.classSynchronizedDoubleBooleanMapA synchronized view of aMutableDoubleBooleanMap.classSynchronizedFloatBooleanMapA synchronized view of aMutableFloatBooleanMap.classSynchronizedIntBooleanMapA synchronized view of aMutableIntBooleanMap.classSynchronizedLongBooleanMapA synchronized view of aMutableLongBooleanMap.classSynchronizedObjectBooleanMap<K>A synchronized view of aMutableObjectBooleanMap.classSynchronizedShortBooleanMapA synchronized view of aMutableShortBooleanMap.classUnmodifiableByteBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableCharBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableDoubleBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableFloatBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableIntBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableLongBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableObjectBooleanMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classUnmodifiableShortBooleanMapThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. chunk(int size)RichIterable<BooleanIterable>AbstractMutableBooleanValuesMap. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMap.ValuesCollection. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMapWithHashingStrategy. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMapWithHashingStrategy.ValuesCollection. chunk(int size)RichIterable<BooleanIterable>SynchronizedByteBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedCharBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedDoubleBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedFloatBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedIntBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedLongBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedObjectBooleanMap. chunk(int size)RichIterable<BooleanIterable>SynchronizedShortBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableByteBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableCharBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableDoubleBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableFloatBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableIntBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableLongBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableObjectBooleanMap. chunk(int size)RichIterable<BooleanIterable>UnmodifiableShortBooleanMap. chunk(int size)Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanAbstractMutableBooleanValuesMap.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)MutableBooleanCollectionAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. withAll(BooleanIterable elements)MutableBooleanCollectionObjectBooleanHashMap.ValuesCollection. withAll(BooleanIterable elements)MutableBooleanCollectionObjectBooleanHashMapWithHashingStrategy.ValuesCollection. withAll(BooleanIterable elements)MutableBooleanCollectionAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. withoutAll(BooleanIterable elements)MutableBooleanCollectionObjectBooleanHashMap.ValuesCollection. withoutAll(BooleanIterable elements)MutableBooleanCollectionObjectBooleanHashMapWithHashingStrategy.ValuesCollection. withoutAll(BooleanIterable elements)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description classAbstractBooleanIterableThis file was automatically generated from template file abstractPrimitiveIterable.stg.classSynchronizedBooleanIterableA synchronized view of a BooleanIterable.Fields in org.eclipse.collections.impl.primitive declared as BooleanIterable Modifier and Type Field Description private BooleanIterableSynchronizedBooleanIterable. iterableMethods in org.eclipse.collections.impl.primitive that return BooleanIterable Modifier and Type Method Description BooleanIterableSynchronizedBooleanIterable. reject(BooleanPredicate predicate)BooleanIterableSynchronizedBooleanIterable. select(BooleanPredicate predicate)Methods in org.eclipse.collections.impl.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>SynchronizedBooleanIterable. chunk(int size)Methods in org.eclipse.collections.impl.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanSynchronizedBooleanIterable. 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, java.lang.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 BooleanIterable Constructor Description SynchronizedBooleanIterable(BooleanIterable iterable)SynchronizedBooleanIterable(BooleanIterable iterable, java.lang.Object newLock) -
Uses of BooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement BooleanIterable Modifier and Type Class Description (package private) classImmutableBooleanEmptySet(package private) classImmutableFalseSet(package private) classImmutableTrueFalseSet(package private) classImmutableTrueSetMethods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>ImmutableBooleanEmptySet. chunk(int size)RichIterable<BooleanIterable>ImmutableFalseSet. chunk(int size)RichIterable<BooleanIterable>ImmutableTrueFalseSet. chunk(int size)RichIterable<BooleanIterable>ImmutableTrueSet. chunk(int size) -
Uses of BooleanIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement BooleanIterable Modifier and Type Class Description classBooleanHashSetclassSynchronizedBooleanSetA synchronized view of aMutableBooleanSet.classUnmodifiableBooleanSetThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>BooleanHashSet. chunk(int size)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanBooleanHashSet. addAll(BooleanIterable source)booleanBooleanHashSet. containsAll(BooleanIterable source)static BooleanHashSetBooleanHashSet. newSet(BooleanIterable source)MutableBooleanSetMutableBooleanSetFactoryImpl. ofAll(BooleanIterable items)booleanBooleanHashSet. removeAll(BooleanIterable source)booleanBooleanHashSet. retainAll(BooleanIterable source)BooleanHashSetBooleanHashSet. withAll(BooleanIterable elements)MutableBooleanSetMutableBooleanSetFactoryImpl. withAll(BooleanIterable items)SynchronizedBooleanSetSynchronizedBooleanSet. withAll(BooleanIterable elements)UnmodifiableBooleanSetUnmodifiableBooleanSet. withAll(BooleanIterable elements)BooleanHashSetBooleanHashSet. withoutAll(BooleanIterable elements)SynchronizedBooleanSetSynchronizedBooleanSet. withoutAll(BooleanIterable elements)UnmodifiableBooleanSetUnmodifiableBooleanSet. 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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description (package private) classImmutableBooleanArrayStackImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack.(package private) classImmutableBooleanEmptyStackImmutableBooleanEmptyStack is an optimization forImmutableBooleanStackof size 0.(package private) classImmutableBooleanSingletonStackImmutableBooleanSingletonStack is an optimization forImmutableBooleanStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>ImmutableBooleanEmptyStack. chunk(int size)RichIterable<BooleanIterable>ImmutableBooleanSingletonStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanImmutableBooleanEmptyStack. containsAll(BooleanIterable source)booleanImmutableBooleanSingletonStack. containsAll(BooleanIterable source)static ImmutableBooleanArrayStackImmutableBooleanArrayStack. newStack(BooleanIterable iterable)static ImmutableBooleanArrayStackImmutableBooleanArrayStack. newStackFromTopToBottom(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactoryImpl. ofAllReversed(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactoryImpl. withAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactoryImpl. 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 BooleanIterable Modifier and Type Method Description <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 BooleanIterable Modifier and Type Class Description classBooleanArrayStackBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classSynchronizedBooleanStackA synchronized view of aMutableBooleanStack.classUnmodifiableBooleanStackThis 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 BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>SynchronizedBooleanStack. chunk(int size)RichIterable<BooleanIterable>UnmodifiableBooleanStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanSynchronizedBooleanStack. containsAll(BooleanIterable source)booleanUnmodifiableBooleanStack. containsAll(BooleanIterable source)static BooleanArrayStackBooleanArrayStack. newStack(BooleanIterable items)static BooleanArrayStackBooleanArrayStack. newStackFromTopToBottom(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. ofAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. ofAllReversed(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. withAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. withAllReversed(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement BooleanIterable Modifier and Type Class Description classAbstractBooleanStackThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type BooleanIterable Modifier and Type Method Description RichIterable<BooleanIterable>AbstractBooleanStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.primitive with parameters of type BooleanIterable Modifier and Type Method Description booleanAbstractBooleanStack. 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 BooleanIterable Modifier and Type Method Description static booleanBooleanIterableIterate. allSatisfy(BooleanIterable iterable, BooleanPredicate predicate)static booleanBooleanIterableIterate. anySatisfy(BooleanIterable iterable, BooleanPredicate predicate)static voidBooleanIterableIterate. appendString(BooleanIterable iterable, java.lang.Appendable appendable, java.lang.String start, java.lang.String separator, java.lang.String end)static <V,R extends java.util.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> java.lang.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 BooleanIterable Modifier and Type Method Description static 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 java.lang.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.
-