Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableCharCollection
Packages that use MutableCharCollection
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
-
Uses of MutableCharCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableCharCollectionModifier and TypeMethodDescriptiondefault <R extends MutableCharCollection>
RBooleanIterable.collectChar(BooleanToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RByteIterable.collectChar(ByteToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RCharIterable.collectChar(CharToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RDoubleIterable.collectChar(DoubleToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RFloatIterable.collectChar(FloatToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RIntIterable.collectChar(IntToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RLongIterable.collectChar(LongToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RRichIterable.collectChar(CharFunction<? super T> charFunction, R target) Same asRichIterable.collectChar(CharFunction), except that the results are gathered into the specifiedtargetcollection.default <R extends MutableCharCollection>
RShortIterable.collectChar(ShortToCharFunction function, R target) Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableCharCollection>
RRichIterable.flatCollectChar(Function<? super T, ? extends CharIterable> function, R target) Same as flatCollect, only the results are collected into the target collection.default <R extends MutableCharCollection>
RCharIterable.reject(CharPredicate predicate, R target) Same asCharIterable.reject(CharPredicate), only the results are added to the target MutableCharCollection.default <R extends MutableCharCollection>
RCharIterable.select(CharPredicate predicate, R target) Same asCharIterable.select(CharPredicate), only the results are added to the target MutableCharCollection. -
Uses of MutableCharCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableCharCollection in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableCharCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableCharCollectionModifier and TypeMethodDescriptiondefault MutableCharCollectionMutableCollection.collectChar(CharFunction<? super T> charFunction) Returns a new primitivechariterable with the results of applying the specified function on each element of the source collection. -
Uses of MutableCharCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableCharCollectionModifier and TypeMethodDescriptionMutableCharCollection.asSynchronized()MutableCharCollection.asUnmodifiable()default MutableCharCollectionMutableCharCollection.newEmpty()Creates a new empty mutable version of the same collection type.MutableCharCollection.reject(CharPredicate predicate) MutableCharCollection.select(CharPredicate predicate) default MutableCharCollectionMutableCharCollection.tap(CharProcedure procedure) MutableCharCollection.with(char element) MutableCharCollection.withAll(CharIterable elements) MutableCharCollection.without(char element) MutableCharCollection.withoutAll(CharIterable elements) -
Uses of MutableCharCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableCharCollection in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableCharCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharCollectionModifier and TypeMethodDescriptionMutableObjectCharMap.reject(CharPredicate predicate) MutableObjectCharMap.select(CharPredicate predicate) CharValuesMap.values()Returns the values in this map as a separate collection.ObjectCharMap.values()Returns the values in this map as a separate collection. -
Uses of MutableCharCollection in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableCharCollectionModifier and TypeMethodDescriptiondefault <R extends MutableCharCollection>
ROrderedCharIterable.rejectWithIndex(CharIntPredicate predicate, R target) Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableCharCollection>
ROrderedCharIterable.selectWithIndex(CharIntPredicate predicate, R target) Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableCharCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableCharCollection in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.