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 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 OrderedBooleanIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedBooleanIterable Modifier and Type Method Description OrderedBooleanIterableOrderedIterable. 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 interfaceReversibleBooleanIterableThis 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 OrderedBooleanIterableOrderedBooleanIterable. reject(BooleanPredicate predicate)default OrderedBooleanIterableOrderedBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)Returns a new OrderedBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedBooleanIterableOrderedBooleanIterable. select(BooleanPredicate predicate)default OrderedBooleanIterableOrderedBooleanIterable. 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 interfaceBooleanStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableBooleanStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableBooleanStackThis 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) 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 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 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. -
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) classImmutableBooleanArrayStackImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack.(package private) classImmutableBooleanEmptyStackImmutableBooleanEmptyStack is an optimization forImmutableBooleanStackof size 0.(package private) classImmutableBooleanSingletonStackImmutableBooleanSingletonStack is an optimization forImmutableBooleanStackof 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 classBooleanArrayStackBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classSynchronizedBooleanStackA synchronized view of aMutableBooleanStack.classUnmodifiableBooleanStackThis 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 classAbstractBooleanStackThis file was automatically generated from template file abstractPrimitiveStack.stg.
-