Uses of Interface
org.eclipse.collections.api.iterator.BooleanIterator
-
Packages that use BooleanIterator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.iterator This package contains primitive iterator API.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.iterator 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.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.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of BooleanIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return BooleanIterator Modifier and Type Method Description BooleanIterator
BooleanIterable. 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.iterator Modifier and Type Interface Description interface
MutableBooleanIterator
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 BooleanIterator Modifier and Type Method Description BooleanIterator
ImmutableBooleanEmptyBag. booleanIterator()
BooleanIterator
ImmutableBooleanHashBag. booleanIterator()
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 Modifier and Type Class Description private class
BooleanHashBag.InternalIterator
-
Uses of BooleanIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement BooleanIterator Modifier and Type Class Description class
ImmutableEmptyBooleanIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonBooleanIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableBooleanIterator
UnmodifiableBooleanIterator is a wrapper around BooleanIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as BooleanIterator Modifier and Type Field Description private BooleanIterator
UnmodifiableBooleanIterator. booleanIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type BooleanIterator Constructor Description UnmodifiableBooleanIterator(BooleanIterator booleanIterator)
-
Uses of BooleanIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement BooleanIterator Modifier and Type Class Description private class
ReverseBooleanIterable.ReverseBooleanIterator
private static class
SelectBooleanIterable.SelectBooleanIterator
static class
TapBooleanIterable.TapBooleanIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIterator Modifier and Type Field Description private BooleanIterator
ChunkBooleanIterable.ChunkBooleanIterator. iterator
private BooleanIterator
FlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator. iterator
private BooleanIterator
SelectBooleanIterable.SelectBooleanIterator. iterator
private BooleanIterator
TapBooleanIterable.TapBooleanIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
CollectBooleanIterable. booleanIterator()
BooleanIterator
CollectBooleanToBooleanIterable. booleanIterator()
BooleanIterator
CollectByteToBooleanIterable. booleanIterator()
BooleanIterator
CollectCharToBooleanIterable. booleanIterator()
BooleanIterator
CollectDoubleToBooleanIterable. booleanIterator()
BooleanIterator
CollectFloatToBooleanIterable. booleanIterator()
BooleanIterator
CollectIntToBooleanIterable. booleanIterator()
BooleanIterator
CollectLongToBooleanIterable. booleanIterator()
BooleanIterator
CollectShortToBooleanIterable. booleanIterator()
BooleanIterator
LazyBooleanIterableAdapter. booleanIterator()
BooleanIterator
ReverseBooleanIterable. booleanIterator()
BooleanIterator
SelectBooleanIterable. booleanIterator()
BooleanIterator
TapBooleanIterable. booleanIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanIterator Constructor Description FlatCollectBooleanIterator(BooleanIterator newIterator, BooleanToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
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 BooleanIterator Modifier and Type Class Description private class
ImmutableBooleanArrayList.InternalBooleanIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
ImmutableBooleanArrayList. booleanIterator()
BooleanIterator
ImmutableBooleanEmptyList. booleanIterator()
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 Modifier and Type Class Description private class
BooleanArrayList.InternalBooleanIterator
-
Uses of BooleanIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
ImmutableByteBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableByteBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableByteBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableCharBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableCharBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableCharBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableDoubleBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableDoubleBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableDoubleBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableFloatBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableFloatBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableFloatBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableIntBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableIntBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableIntBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableLongBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableLongBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableLongBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableObjectBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableObjectBooleanHashMap. booleanIterator()
BooleanIterator
ImmutableObjectBooleanSingletonMap. booleanIterator()
BooleanIterator
ImmutableShortBooleanEmptyMap. booleanIterator()
BooleanIterator
ImmutableShortBooleanHashMap. booleanIterator()
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 BooleanIterator Modifier and Type Class Description private class
ByteBooleanHashMap.InternalBooleanIterator
private class
CharBooleanHashMap.InternalBooleanIterator
private class
DoubleBooleanHashMap.InternalBooleanIterator
private class
FloatBooleanHashMap.InternalBooleanIterator
private class
IntBooleanHashMap.InternalBooleanIterator
private class
LongBooleanHashMap.InternalBooleanIterator
private class
ObjectBooleanHashMap.InternalBooleanIterator
private class
ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator
private class
ShortBooleanHashMap.InternalBooleanIterator
-
Uses of BooleanIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
SynchronizedBooleanIterable. 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 BooleanIterator Modifier and Type Class Description private static class
ImmutableFalseSet.FalseIterator
private static class
ImmutableTrueFalseSet.FalseTrueIterator
private static class
ImmutableTrueSet.TrueIterator
Methods in org.eclipse.collections.impl.set.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
ImmutableBooleanEmptySet. booleanIterator()
BooleanIterator
ImmutableFalseSet. booleanIterator()
BooleanIterator
ImmutableTrueFalseSet. booleanIterator()
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 BooleanIterator Modifier and Type Class Description private static class
BooleanHashSet.EmptyBooleanIterator
private class
BooleanHashSet.FalseBooleanIterator
private class
BooleanHashSet.FalseTrueBooleanIterator
private class
BooleanHashSet.TrueBooleanIterator
-
Uses of BooleanIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
ImmutableBooleanEmptyStack. booleanIterator()
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 BooleanIterator Modifier and Type Method Description BooleanIterator
SynchronizedBooleanStack. booleanIterator()
Must be called in a synchronized block.BooleanIterator
UnmodifiableBooleanStack. booleanIterator()
-
Uses of BooleanIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return BooleanIterator Modifier and Type Method Description BooleanIterator
AbstractBooleanStack. 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 BooleanIterator Modifier and Type Method Description static boolean
BooleanIteratorIterate. allSatisfy(BooleanIterator iterator, BooleanPredicate predicate)
static boolean
BooleanIteratorIterate. anySatisfy(BooleanIterator iterator, BooleanPredicate predicate)
static <V,R extends java.util.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)
-