Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable
-
Packages that use OrderedFloatIterable 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. -
-
Uses of OrderedFloatIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedFloatIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceFloatListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableFloatListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableFloatListThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of OrderedFloatIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedFloatIterable Modifier and Type Method Description OrderedFloatIterableOrderedIterable. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of OrderedFloatIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedFloatIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceReversibleFloatIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedFloatIterable Modifier and Type Method Description OrderedFloatIterableOrderedFloatIterable. reject(FloatPredicate predicate)default OrderedFloatIterableOrderedFloatIterable. rejectWithIndex(FloatIntPredicate predicate)Returns a new OrderedFloatIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedFloatIterableOrderedFloatIterable. select(FloatPredicate predicate)default OrderedFloatIterableOrderedFloatIterable. selectWithIndex(FloatIntPredicate predicate)Returns a new OrderedFloatIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of OrderedFloatIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedFloatIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceFloatStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableFloatStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableFloatStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-