Uses of Interface
org.eclipse.collections.api.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 | |
| org.eclipse.collections.api.factory.stack.primitive | |
| 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 the
MutableBiMap interface. |
| org.eclipse.collections.impl.collection | |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| 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 the
MutableList interface. |
| 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 the
MutableMap interface. |
| 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 the
MutableSortedMap interface. |
| 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.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| 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 booleanBooleanIterable. containsAll(BooleanIterable source)Returns true if the all of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are not.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
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description 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>
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. 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.Methods 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)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
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactoryImpl. withAll(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type 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) -
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. -
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 classAbstractMutableBooleanValuesMapclassByteBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classCharBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classDoubleBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classFloatBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classIntBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classLongBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classObjectBooleanHashMap<K>classObjectBooleanHashMapWithHashingStrategy<K>classShortBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classSynchronizedByteBooleanMapA 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. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMap. chunk(int size)RichIterable<BooleanIterable>ObjectBooleanHashMapWithHashingStrategy. 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. containsAll(BooleanIterable source)booleanObjectBooleanHashMap. containsAll(BooleanIterable source)booleanObjectBooleanHashMapWithHashingStrategy. 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)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.Methods 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 booleanAbstractBooleanIterable. containsAll(BooleanIterable source)booleanSynchronizedBooleanIterable. containsAll(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. -
Uses of BooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description ImmutableBooleanSetImmutableBooleanSetFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanSetImmutableBooleanSetFactoryImpl. 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 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.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanIterable Modifier and Type Method Description 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, 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) -
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 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.