Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable
Packages that use ReversibleBooleanIterable
Package
Description
This package contains mutable and immutable primitive list API.
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.
-
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleBooleanIterableModifier and TypeMethodDescriptionReversibleIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleBooleanIterableModifier and TypeMethodDescriptionReversibleBooleanIterable.distinct()
ReversibleBooleanIterable.reject
(BooleanPredicate predicate) default ReversibleBooleanIterable
ReversibleBooleanIterable.rejectWithIndex
(BooleanIntPredicate predicate) Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterable.select
(BooleanPredicate predicate) default ReversibleBooleanIterable
ReversibleBooleanIterable.selectWithIndex
(BooleanIntPredicate predicate) Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterable.toReversed()
-
Uses of ReversibleBooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleBooleanIterableModifier and TypeClassDescription(package private) final class
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) final class
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) final class
ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1. -
Uses of ReversibleBooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleBooleanIterableModifier and TypeClassDescriptionfinal class
BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.class
A synchronized view of aMutableBooleanList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.