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 BooleanIteratorBooleanIterable. 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 interfaceMutableBooleanIteratorThis 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 BooleanIteratorImmutableBooleanEmptyBag. booleanIterator()BooleanIteratorImmutableBooleanHashBag. booleanIterator()BooleanIteratorImmutableBooleanSingletonBag. 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 classBooleanHashBag.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 classImmutableEmptyBooleanIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonBooleanIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableBooleanIteratorUnmodifiableBooleanIterator 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 BooleanIteratorUnmodifiableBooleanIterator. booleanIteratorConstructors 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 classReverseBooleanIterable.ReverseBooleanIteratorprivate static classSelectBooleanIterable.SelectBooleanIteratorstatic classTapBooleanIterable.TapBooleanIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as BooleanIterator Modifier and Type Field Description private BooleanIteratorChunkBooleanIterable.ChunkBooleanIterator. iteratorprivate BooleanIteratorFlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator. iteratorprivate BooleanIteratorSelectBooleanIterable.SelectBooleanIterator. iteratorprivate BooleanIteratorTapBooleanIterable.TapBooleanIterator. iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return BooleanIterator Modifier and Type Method Description BooleanIteratorCollectBooleanIterable. booleanIterator()BooleanIteratorCollectBooleanToBooleanIterable. booleanIterator()BooleanIteratorCollectByteToBooleanIterable. booleanIterator()BooleanIteratorCollectCharToBooleanIterable. booleanIterator()BooleanIteratorCollectDoubleToBooleanIterable. booleanIterator()BooleanIteratorCollectFloatToBooleanIterable. booleanIterator()BooleanIteratorCollectIntToBooleanIterable. booleanIterator()BooleanIteratorCollectLongToBooleanIterable. booleanIterator()BooleanIteratorCollectShortToBooleanIterable. booleanIterator()BooleanIteratorLazyBooleanIterableAdapter. booleanIterator()BooleanIteratorReverseBooleanIterable. booleanIterator()BooleanIteratorSelectBooleanIterable. booleanIterator()BooleanIteratorTapBooleanIterable. 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 classImmutableBooleanArrayList.InternalBooleanIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIteratorImmutableBooleanArrayList. booleanIterator()BooleanIteratorImmutableBooleanEmptyList. booleanIterator()BooleanIteratorImmutableBooleanSingletonList. 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 classBooleanArrayList.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 BooleanIteratorImmutableByteBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableByteBooleanHashMap. booleanIterator()BooleanIteratorImmutableByteBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableCharBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableCharBooleanHashMap. booleanIterator()BooleanIteratorImmutableCharBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableDoubleBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableDoubleBooleanHashMap. booleanIterator()BooleanIteratorImmutableDoubleBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableFloatBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableFloatBooleanHashMap. booleanIterator()BooleanIteratorImmutableFloatBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableIntBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableIntBooleanHashMap. booleanIterator()BooleanIteratorImmutableIntBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableLongBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableLongBooleanHashMap. booleanIterator()BooleanIteratorImmutableLongBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableObjectBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableObjectBooleanHashMap. booleanIterator()BooleanIteratorImmutableObjectBooleanSingletonMap. booleanIterator()BooleanIteratorImmutableShortBooleanEmptyMap. booleanIterator()BooleanIteratorImmutableShortBooleanHashMap. booleanIterator()BooleanIteratorImmutableShortBooleanSingletonMap. 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 classByteBooleanHashMap.InternalBooleanIteratorprivate classCharBooleanHashMap.InternalBooleanIteratorprivate classDoubleBooleanHashMap.InternalBooleanIteratorprivate classFloatBooleanHashMap.InternalBooleanIteratorprivate classIntBooleanHashMap.InternalBooleanIteratorprivate classLongBooleanHashMap.InternalBooleanIteratorprivate classObjectBooleanHashMap.InternalBooleanIteratorprivate classObjectBooleanHashMapWithHashingStrategy.InternalBooleanIteratorprivate classShortBooleanHashMap.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 BooleanIteratorSynchronizedBooleanIterable. 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 classImmutableFalseSet.FalseIteratorprivate static classImmutableTrueFalseSet.FalseTrueIteratorprivate static classImmutableTrueSet.TrueIteratorMethods in org.eclipse.collections.impl.set.immutable.primitive that return BooleanIterator Modifier and Type Method Description BooleanIteratorImmutableBooleanEmptySet. booleanIterator()BooleanIteratorImmutableFalseSet. booleanIterator()BooleanIteratorImmutableTrueFalseSet. booleanIterator()BooleanIteratorImmutableTrueSet. 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 classBooleanHashSet.EmptyBooleanIteratorprivate classBooleanHashSet.FalseBooleanIteratorprivate classBooleanHashSet.FalseTrueBooleanIteratorprivate classBooleanHashSet.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 BooleanIteratorImmutableBooleanEmptyStack. booleanIterator()BooleanIteratorImmutableBooleanSingletonStack. 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 BooleanIteratorSynchronizedBooleanStack. booleanIterator()Must be called in a synchronized block.BooleanIteratorUnmodifiableBooleanStack. 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 BooleanIteratorAbstractBooleanStack. 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 booleanBooleanIteratorIterate. allSatisfy(BooleanIterator iterator, BooleanPredicate predicate)static booleanBooleanIteratorIterate. anySatisfy(BooleanIterator iterator, BooleanPredicate predicate)static <V,R extends java.util.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)
-