Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable
-
Packages that use ReversibleCharIterable 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 -
-
Uses of ReversibleCharIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleCharIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceCharListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableCharListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableCharListThis 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 ReversibleCharIterable Modifier and Type Method Description ReversibleCharIterableReversibleIterable. 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 ReversibleCharIterable Modifier and Type Method Description ReversibleCharIterableReversibleCharIterable. distinct()ReversibleCharIterableReversibleCharIterable. reject(CharPredicate predicate)default ReversibleCharIterableReversibleCharIterable. rejectWithIndex(CharIntPredicate predicate)Returns a new ReversibleCharIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleCharIterableReversibleCharIterable. select(CharPredicate predicate)default ReversibleCharIterableReversibleCharIterable. selectWithIndex(CharIntPredicate predicate)Returns a new ReversibleCharIterable including all elements with corresponding indexes matching the specified predicate.ReversibleCharIterableReversibleCharIterable. toReversed()
-