Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable
Packages that use ReversibleCharIterable
Package
Description
This package contains mutable and immutable primitive list API.
-
Uses of ReversibleCharIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleCharIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleCharIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleCharIterableModifier and TypeMethodDescriptionReversibleIterable.collectChar(CharFunction<? super T> charFunction) -
Uses of ReversibleCharIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleCharIterableModifier and TypeMethodDescriptionReversibleCharIterable.distinct()ReversibleCharIterable.reject(CharPredicate predicate) default ReversibleCharIterableReversibleCharIterable.rejectWithIndex(CharIntPredicate predicate) Returns a new ReversibleCharIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleCharIterable.select(CharPredicate predicate) default ReversibleCharIterableReversibleCharIterable.selectWithIndex(CharIntPredicate predicate) Returns a new ReversibleCharIterable including all elements with corresponding indexes matching the specified predicate.ReversibleCharIterable.toReversed()