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 TypeInterfaceDescriptioninterface
This 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 class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableBooleanIterator 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 BooleanIterator
UnmodifiableBooleanIterator.booleanIterator
Constructors 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 class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIteratorModifier and TypeFieldDescriptionprivate final BooleanIterator
ChunkBooleanIterable.ChunkBooleanIterator.iterator
private final BooleanIterator
FlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator.iterator
private final BooleanIterator
SelectBooleanIterable.SelectBooleanIterator.iterator
private final BooleanIterator
TapBooleanIterable.TapBooleanIterator.iterator
Methods 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) private
SelectBooleanIterator
(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 class
private class
private class
private class
private class
private class
private class
private class
private 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 class
private static final class
private static final class
Methods 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 class
private class
private class
private 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 boolean
BooleanIteratorIterate.allSatisfy
(BooleanIterator iterator, BooleanPredicate predicate) static boolean
BooleanIteratorIterate.anySatisfy
(BooleanIterator iterator, BooleanPredicate predicate) static <V,
R extends Collection<V>>
RBooleanIteratorIterate.collect
(BooleanIterator iterator, BooleanToObjectFunction<? extends V> function, R targetCollection) static int
BooleanIteratorIterate.count
(BooleanIterator iterator, BooleanPredicate predicate) static boolean
BooleanIteratorIterate.detectIfNone
(BooleanIterator iterator, BooleanPredicate predicate, boolean ifNone) static void
BooleanIteratorIterate.forEach
(BooleanIterator iterator, BooleanProcedure procedure) static <T> T
BooleanIteratorIterate.injectInto
(BooleanIterator iterator, T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) static boolean
BooleanIteratorIterate.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)