Uses of Interface
org.eclipse.collections.api.iterator.BooleanIterator
Packages that use BooleanIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return BooleanIteratorModifier and TypeMethodDescriptionBooleanIterable.booleanIterator()Returns a primitive iterator that can be used to iterate over the BooleanIterable in an imperative style. -
Uses of BooleanIterator in org.eclipse.collections.api.iterator
Subinterfaces of BooleanIterator in org.eclipse.collections.api.iteratorModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of BooleanIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionImmutableBooleanEmptyBag.booleanIterator()ImmutableBooleanHashBag.booleanIterator()ImmutableBooleanSingletonBag.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement BooleanIterator -
Uses of BooleanIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement BooleanIteratorModifier and TypeClassDescriptionfinal classThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final classThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableBooleanIterator is a wrapper around BooleanIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as BooleanIteratorModifier and TypeFieldDescriptionprivate final BooleanIteratorUnmodifiableBooleanIterator.booleanIteratorConstructors in org.eclipse.collections.impl.iterator with parameters of type BooleanIterator -
Uses of BooleanIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement BooleanIteratorModifier and TypeClassDescriptionprivate classprivate static final classstatic classFields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIteratorModifier and TypeFieldDescriptionprivate final BooleanIteratorChunkBooleanIterable.ChunkBooleanIterator.iteratorprivate final BooleanIteratorFlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator.iteratorprivate final BooleanIteratorSelectBooleanIterable.SelectBooleanIterator.iteratorprivate final BooleanIteratorTapBooleanIterable.TapBooleanIterator.iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return BooleanIteratorModifier and TypeMethodDescriptionCollectBooleanIterable.booleanIterator()CollectBooleanToBooleanIterable.booleanIterator()CollectByteToBooleanIterable.booleanIterator()CollectCharToBooleanIterable.booleanIterator()CollectDoubleToBooleanIterable.booleanIterator()CollectFloatToBooleanIterable.booleanIterator()CollectIntToBooleanIterable.booleanIterator()CollectLongToBooleanIterable.booleanIterator()CollectShortToBooleanIterable.booleanIterator()LazyBooleanIterableAdapter.booleanIterator()ReverseBooleanIterable.booleanIterator()SelectBooleanIterable.booleanIterator()TapBooleanIterable.booleanIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanIteratorModifierConstructorDescriptionFlatCollectBooleanIterator(BooleanIterator newIterator, BooleanToObjectFunction<? extends Iterable<V>> newFunction) privateSelectBooleanIterator(BooleanIterator iterator, BooleanPredicate predicate) TapBooleanIterator(BooleanIterator iterator, BooleanProcedure procedure) -
Uses of BooleanIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement BooleanIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionImmutableBooleanArrayList.booleanIterator()ImmutableBooleanEmptyList.booleanIterator()ImmutableBooleanSingletonList.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement BooleanIterator -
Uses of BooleanIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.booleanIterator()ImmutableByteBooleanHashMap.booleanIterator()ImmutableByteBooleanSingletonMap.booleanIterator()ImmutableCharBooleanEmptyMap.booleanIterator()ImmutableCharBooleanHashMap.booleanIterator()ImmutableCharBooleanSingletonMap.booleanIterator()ImmutableDoubleBooleanEmptyMap.booleanIterator()ImmutableDoubleBooleanHashMap.booleanIterator()ImmutableDoubleBooleanSingletonMap.booleanIterator()ImmutableFloatBooleanEmptyMap.booleanIterator()ImmutableFloatBooleanHashMap.booleanIterator()ImmutableFloatBooleanSingletonMap.booleanIterator()ImmutableIntBooleanEmptyMap.booleanIterator()ImmutableIntBooleanHashMap.booleanIterator()ImmutableIntBooleanSingletonMap.booleanIterator()ImmutableLongBooleanEmptyMap.booleanIterator()ImmutableLongBooleanHashMap.booleanIterator()ImmutableLongBooleanSingletonMap.booleanIterator()ImmutableObjectBooleanEmptyMap.booleanIterator()ImmutableObjectBooleanHashMap.booleanIterator()ImmutableObjectBooleanSingletonMap.booleanIterator()ImmutableShortBooleanEmptyMap.booleanIterator()ImmutableShortBooleanHashMap.booleanIterator()ImmutableShortBooleanSingletonMap.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement BooleanIteratorModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate class -
Uses of BooleanIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return BooleanIteratorModifier and TypeMethodDescriptionSynchronizedBooleanIterable.booleanIterator()Must be called in a synchronized block. -
Uses of BooleanIterator in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement BooleanIteratorModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classMethods in org.eclipse.collections.impl.set.immutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionImmutableBooleanEmptySet.booleanIterator()ImmutableFalseSet.booleanIterator()ImmutableTrueFalseSet.booleanIterator()ImmutableTrueSet.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement BooleanIteratorModifier and TypeClassDescriptionprivate static classprivate classprivate classprivate class -
Uses of BooleanIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionImmutableBooleanEmptyStack.booleanIterator()ImmutableBooleanSingletonStack.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return BooleanIteratorModifier and TypeMethodDescriptionSynchronizedBooleanStack.booleanIterator()Must be called in a synchronized block.UnmodifiableBooleanStack.booleanIterator() -
Uses of BooleanIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return BooleanIterator -
Uses of BooleanIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type BooleanIteratorModifier and TypeMethodDescriptionstatic booleanBooleanIteratorIterate.allSatisfy(BooleanIterator iterator, BooleanPredicate predicate) static booleanBooleanIteratorIterate.anySatisfy(BooleanIterator iterator, BooleanPredicate predicate) static <V, R extends Collection<V>>
RBooleanIteratorIterate.collect(BooleanIterator iterator, BooleanToObjectFunction<? extends V> function, R targetCollection) static intBooleanIteratorIterate.count(BooleanIterator iterator, BooleanPredicate predicate) static booleanBooleanIteratorIterate.detectIfNone(BooleanIterator iterator, BooleanPredicate predicate, boolean ifNone) static voidBooleanIteratorIterate.forEach(BooleanIterator iterator, BooleanProcedure procedure) static <T> TBooleanIteratorIterate.injectInto(BooleanIterator iterator, T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) static booleanBooleanIteratorIterate.noneSatisfy(BooleanIterator iterator, BooleanPredicate predicate) static <R extends MutableBooleanCollection>
RBooleanIteratorIterate.reject(BooleanIterator iterator, BooleanPredicate predicate, R targetCollection) static <R extends MutableBooleanCollection>
RBooleanIteratorIterate.select(BooleanIterator iterator, BooleanPredicate predicate, R targetCollection)