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.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ReversibleCharIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleCharIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This 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 ReversibleCharIterable
ReversibleCharIterable.rejectWithIndex
(CharIntPredicate predicate) Returns a new ReversibleCharIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleCharIterable.select
(CharPredicate predicate) default ReversibleCharIterable
ReversibleCharIterable.selectWithIndex
(CharIntPredicate predicate) Returns a new ReversibleCharIterable including all elements with corresponding indexes matching the specified predicate.ReversibleCharIterable.toReversed()
-
Uses of ReversibleCharIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ReversibleCharIterableModifier and TypeClassDescriptionclass
CharArrayList is similar to FastList, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg. -
Uses of ReversibleCharIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement ReversibleCharIterableModifier and TypeClassDescriptionclass
Provides a view into the char[] stored in a String as an ImmutableCharList.