Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable
-
Packages that use ReversibleBooleanIterable 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.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. -
-
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceBooleanListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableBooleanListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableBooleanListThis 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 ReversibleBooleanIterable Modifier and Type Method Description ReversibleBooleanIterableReversibleIterable. 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 ReversibleBooleanIterable Modifier and Type Method Description ReversibleBooleanIterableReversibleBooleanIterable. distinct()ReversibleBooleanIterableReversibleBooleanIterable. reject(BooleanPredicate predicate)default ReversibleBooleanIterableReversibleBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterableReversibleBooleanIterable. select(BooleanPredicate predicate)default ReversibleBooleanIterableReversibleBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterableReversibleBooleanIterable. toReversed() -
Uses of ReversibleBooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleBooleanIterable Modifier and Type Class Description (package private) classImmutableBooleanArrayListImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList.(package private) classImmutableBooleanEmptyListImmutableBooleanEmptyList is an optimization forImmutableBooleanListof size 0.(package private) classImmutableBooleanSingletonListImmutableBooleanSingletonList is an optimization forImmutableBooleanListof size 1. -
Uses of ReversibleBooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleBooleanIterable Modifier and Type Class Description classBooleanArrayListBooleanArrayList is similar toFastList, and is memory-optimized for boolean primitives.classSynchronizedBooleanListA synchronized view of aMutableBooleanList.classUnmodifiableBooleanListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.
-