Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable
-
Packages that use OrderedBooleanIterable Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.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.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 -
-
Uses of OrderedBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedBooleanIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interface
BooleanList
This file was automatically generated from template file primitiveList.stg.interface
ImmutableBooleanList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
MutableBooleanList
This file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of OrderedBooleanIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedBooleanIterable Modifier and Type Method Description OrderedBooleanIterable
OrderedIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of OrderedBooleanIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedBooleanIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interface
ReversibleBooleanIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedBooleanIterable Modifier and Type Method Description OrderedBooleanIterable
OrderedBooleanIterable. reject(BooleanPredicate predicate)
default OrderedBooleanIterable
OrderedBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedBooleanIterable
OrderedBooleanIterable. select(BooleanPredicate predicate)
default OrderedBooleanIterable
OrderedBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of OrderedBooleanIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedBooleanIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interface
BooleanStack
This file was automatically generated from template file primitiveStack.stg.interface
ImmutableBooleanStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
MutableBooleanStack
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of OrderedBooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement OrderedBooleanIterable Modifier and Type Class Description (package private) class
ImmutableBooleanArrayList
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) class
ImmutableBooleanEmptyList
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) class
ImmutableBooleanSingletonList
ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1. -
Uses of OrderedBooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement OrderedBooleanIterable Modifier and Type Class Description class
BooleanArrayList
BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.class
SynchronizedBooleanList
A synchronized view of aMutableBooleanList
.class
UnmodifiableBooleanList
This file was automatically generated from template file unmodifiablePrimitiveList.stg. -
Uses of OrderedBooleanIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement OrderedBooleanIterable Modifier and Type Class Description (package private) class
ImmutableBooleanArrayStack
ImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack
.(package private) class
ImmutableBooleanEmptyStack
ImmutableBooleanEmptyStack is an optimization forImmutableBooleanStack
of size 0.(package private) class
ImmutableBooleanSingletonStack
ImmutableBooleanSingletonStack is an optimization forImmutableBooleanStack
of size 1. -
Uses of OrderedBooleanIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement OrderedBooleanIterable Modifier and Type Class Description class
BooleanArrayStack
BooleanArrayStack is similar toArrayStack
, and is memory-optimized for boolean primitives.class
SynchronizedBooleanStack
A synchronized view of aMutableBooleanStack
.class
UnmodifiableBooleanStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of OrderedBooleanIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement OrderedBooleanIterable Modifier and Type Class Description class
AbstractBooleanStack
This file was automatically generated from template file abstractPrimitiveStack.stg.
-