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 immutable primitive list interfaces and immutable primitive list factory interfaces.
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.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ReversibleCharIterableModifier and TypeClassDescription(package private) final class
ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList
.(package private) final class
ImmutableCharEmptyList is an optimization forImmutableCharList
of size 0.(package private) final class
ImmutableCharSingletonList is an optimization forImmutableCharList
of size 1. -
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.