Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableCharCollection
-
Packages that use MutableCharCollection Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.collector org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of MutableCharCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableCharCollection Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceMutableCharBagThis 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 MutableCharCollection Modifier and Type Method Description default 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 MutableCharCollection Modifier and Type Method Description MutableCharCollectionMutableCharCollection. asSynchronized()MutableCharCollectionMutableCharCollection. asUnmodifiable()default MutableCharCollectionMutableCharCollection. newEmpty()Creates a new empty mutable version of the same collection type.MutableCharCollectionMutableCharCollection. reject(CharPredicate predicate)MutableCharCollectionMutableCharCollection. select(CharPredicate predicate)default MutableCharCollectionMutableCharCollection. tap(CharProcedure procedure)MutableCharCollectionMutableCharCollection. with(char element)MutableCharCollectionMutableCharCollection. withAll(CharIterable elements)MutableCharCollectionMutableCharCollection. without(char element)MutableCharCollectionMutableCharCollection. withoutAll(CharIterable elements) -
Uses of MutableCharCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableCharCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceMutableCharListThis 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 MutableCharCollection Modifier and Type Method Description MutableCharCollectionMutableObjectCharMap. reject(CharPredicate predicate)MutableCharCollectionMutableObjectCharMap. select(CharPredicate predicate)MutableCharCollectionCharValuesMap. values()Returns the values in this map as a separate collection.MutableCharCollectionObjectCharMap. 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 MutableCharCollection Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceMutableCharSetThis file was automatically generated from template file mutablePrimitiveSet.stg. -
Uses of MutableCharCollection in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RUnmodifiableRichIterable. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableRichIterable. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RAbstractBag. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractBag. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableCharCollection Modifier and Type Class Description classCharHashBagCharHashBag is similar toHashBag, and is memory-optimized for char primitives.classSynchronizedCharBagA synchronized view of aMutableCharBag.classUnmodifiableCharBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Uses of MutableCharCollection in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RAbstractBiMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RAbstractBiMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RUnmodifiableBiMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableBiMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as MutableCharCollection Modifier and Type Field Description private MutableCharCollectionCollectCharProcedure. charCollectionMethods in org.eclipse.collections.impl.block.procedure.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollectionCollectCharProcedure. getCharCollection()Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type MutableCharCollection Constructor Description CollectCharProcedure(CharFunction<? super T> charFunction, MutableCharCollection targetCollection) -
Uses of MutableCharCollection in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RAbstractSynchronizedRichIterable. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractSynchronizedRichIterable. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RAbstractCollectionAdapter. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractUnmodifiableMutableCollection. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RAbstractUnmodifiableMutableCollection. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)Methods in org.eclipse.collections.impl.collection.mutable that return MutableCharCollection Modifier and Type Method Description MutableCharCollectionAbstractSynchronizedMutableCollection. collectChar(CharFunction<? super T> charFunction)MutableCharCollectionAbstractUnmodifiableMutableCollection. collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharCollection in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement MutableCharCollection Modifier and Type Class Description classAbstractSynchronizedCharCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableCharCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedCharCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableCharCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Fields in org.eclipse.collections.impl.collection.mutable.primitive declared as MutableCharCollection Modifier and Type Field Description private MutableCharCollectionAbstractSynchronizedCharCollection. collectionprivate MutableCharCollectionAbstractUnmodifiableCharCollection. collectionMethods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollectionAbstractSynchronizedCharCollection. asSynchronized()MutableCharCollectionAbstractUnmodifiableCharCollection. asSynchronized()MutableCharCollectionAbstractSynchronizedCharCollection. asUnmodifiable()MutableCharCollectionAbstractUnmodifiableCharCollection. asUnmodifiable()protected MutableCharCollectionAbstractSynchronizedCharCollection. getCharCollection()protected MutableCharCollectionAbstractUnmodifiableCharCollection. getCharCollection()MutableCharCollectionSynchronizedCharCollection. newEmpty()MutableCharCollectionUnmodifiableCharCollection. newEmpty()MutableCharCollectionAbstractSynchronizedCharCollection. reject(CharPredicate predicate)MutableCharCollectionAbstractUnmodifiableCharCollection. reject(CharPredicate predicate)MutableCharCollectionAbstractSynchronizedCharCollection. select(CharPredicate predicate)MutableCharCollectionAbstractUnmodifiableCharCollection. select(CharPredicate predicate)MutableCharCollectionAbstractSynchronizedCharCollection. with(char element)MutableCharCollectionAbstractUnmodifiableCharCollection. with(char element)MutableCharCollectionAbstractSynchronizedCharCollection. withAll(CharIterable elements)MutableCharCollectionAbstractUnmodifiableCharCollection. withAll(CharIterable elements)MutableCharCollectionAbstractSynchronizedCharCollection. without(char element)MutableCharCollectionAbstractUnmodifiableCharCollection. without(char element)MutableCharCollectionAbstractSynchronizedCharCollection. withoutAll(CharIterable elements)MutableCharCollectionAbstractUnmodifiableCharCollection. withoutAll(CharIterable elements)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableCharCollection Modifier and Type Method Description static SynchronizedCharCollectionSynchronizedCharCollection. of(MutableCharCollection collection)This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.static SynchronizedCharCollectionSynchronizedCharCollection. of(MutableCharCollection collection, java.lang.Object lock)This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.static UnmodifiableCharCollectionUnmodifiableCharCollection. of(MutableCharCollection collection)This method will take a MutableCharCollection and wrap it directly in a UnmodifiableCharCollection.Constructors in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableCharCollection Constructor Description AbstractSynchronizedCharCollection(MutableCharCollection collection)AbstractSynchronizedCharCollection(MutableCharCollection collection, java.lang.Object newLock)AbstractUnmodifiableCharCollection(MutableCharCollection collection)SynchronizedCharCollection(MutableCharCollection collection)SynchronizedCharCollection(MutableCharCollection collection, java.lang.Object newLock)UnmodifiableCharCollection(MutableCharCollection collection) -
Uses of MutableCharCollection in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with type parameters of type MutableCharCollection Modifier and Type Method Description static <T,R extends MutableCharCollection>
java.util.stream.Collector<T,?,R>Collectors2. collectChar(CharFunction<? super T> function, java.util.function.Supplier<R> supplier)Returns a new MutableCharCollection with the results of applying the specified CharFunction on each element of the source. -
Uses of MutableCharCollection in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive with type parameters of type MutableCharCollection Modifier and Type Field Description private Function0<MutableCharCollection>ChunkCharIterable.ChunkCharIterator. speciesNewStrategy -
Uses of MutableCharCollection in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RImmutableCharArrayList. reject(CharPredicate predicate, R target)<R extends MutableCharCollection>
RImmutableCharArrayList. select(CharPredicate predicate, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RFastList. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RFastList. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableCharCollection Modifier and Type Class Description classCharArrayListCharArrayList is similar to FastList, and is memory-optimized for char primitives.classSynchronizedCharListA synchronized view of aMutableCharList.classUnmodifiableCharListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RCharArrayList. reject(CharPredicate predicate, R target)<R extends MutableCharCollection>
RSynchronizedCharList. rejectWithIndex(CharIntPredicate predicate, R target)Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RUnmodifiableCharList. rejectWithIndex(CharIntPredicate predicate, R target)Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RCharArrayList. select(CharPredicate predicate, R target)<R extends MutableCharCollection>
RSynchronizedCharList. selectWithIndex(CharIntPredicate predicate, R target)Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RUnmodifiableCharList. 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.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RImmutableByteObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableByteObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableByteObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableCharObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableCharObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableCharObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableDoubleObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableDoubleObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableDoubleObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableFloatObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableFloatObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableFloatObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableIntObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableIntObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableIntObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableLongObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableLongObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableLongObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableShortObjectEmptyMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableShortObjectHashMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableShortObjectSingletonMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RImmutableByteObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableCharObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableDoubleObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableFloatObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableIntObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableLongObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RImmutableShortObjectEmptyMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollectionImmutableByteCharEmptyMap. values()MutableCharCollectionImmutableByteCharHashMap. values()MutableCharCollectionImmutableByteCharSingletonMap. values()MutableCharCollectionImmutableCharCharEmptyMap. values()MutableCharCollectionImmutableCharCharHashMap. values()MutableCharCollectionImmutableCharCharSingletonMap. values()MutableCharCollectionImmutableDoubleCharEmptyMap. values()MutableCharCollectionImmutableDoubleCharHashMap. values()MutableCharCollectionImmutableDoubleCharSingletonMap. values()MutableCharCollectionImmutableFloatCharEmptyMap. values()MutableCharCollectionImmutableFloatCharHashMap. values()MutableCharCollectionImmutableFloatCharSingletonMap. values()MutableCharCollectionImmutableIntCharEmptyMap. values()MutableCharCollectionImmutableIntCharHashMap. values()MutableCharCollectionImmutableIntCharSingletonMap. values()MutableCharCollectionImmutableLongCharEmptyMap. values()MutableCharCollectionImmutableLongCharHashMap. values()MutableCharCollectionImmutableLongCharSingletonMap. values()MutableCharCollectionImmutableObjectCharEmptyMap. values()MutableCharCollectionImmutableObjectCharHashMap. values()MutableCharCollectionImmutableObjectCharSingletonMap. values()MutableCharCollectionImmutableShortCharEmptyMap. values()MutableCharCollectionImmutableShortCharHashMap. values()MutableCharCollectionImmutableShortCharSingletonMap. values() -
Uses of MutableCharCollection in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RUnmodifiableMutableMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableMutableMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RSynchronizedByteObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedCharObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedDoubleObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedFloatObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedIntObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedLongObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedShortObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableByteObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableCharObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableDoubleObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableFloatObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableIntObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableLongObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableShortObjectMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedByteObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedCharObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedDoubleObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedFloatObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedIntObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedLongObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedShortObjectMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target)Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. asSynchronized()MutableCharCollectionObjectCharHashMap.ValuesCollection. asSynchronized()MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. asSynchronized()MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. asUnmodifiable()MutableCharCollectionObjectCharHashMap.ValuesCollection. asUnmodifiable()MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()MutableCharCollectionByteCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionCharCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionDoubleCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionFloatCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionIntCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionLongCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionObjectCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. newEmpty()MutableCharCollectionShortCharHashMap.ValuesCollection. newEmpty()MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMap. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMap.ValuesCollection. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. reject(CharPredicate predicate)MutableCharCollectionSynchronizedObjectCharMap. reject(CharPredicate predicate)MutableCharCollectionUnmodifiableObjectCharMap. reject(CharPredicate predicate)MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMap. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMap.ValuesCollection. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. select(CharPredicate predicate)MutableCharCollectionSynchronizedObjectCharMap. select(CharPredicate predicate)MutableCharCollectionUnmodifiableObjectCharMap. select(CharPredicate predicate)MutableCharCollectionByteCharHashMap. values()MutableCharCollectionCharCharHashMap. values()MutableCharCollectionDoubleCharHashMap. values()MutableCharCollectionFloatCharHashMap. values()MutableCharCollectionIntCharHashMap. values()MutableCharCollectionLongCharHashMap. values()MutableCharCollectionObjectCharHashMap. values()MutableCharCollectionObjectCharHashMapWithHashingStrategy. values()MutableCharCollectionShortCharHashMap. values()MutableCharCollectionSynchronizedByteCharMap. values()MutableCharCollectionSynchronizedCharCharMap. values()MutableCharCollectionSynchronizedDoubleCharMap. values()MutableCharCollectionSynchronizedFloatCharMap. values()MutableCharCollectionSynchronizedIntCharMap. values()MutableCharCollectionSynchronizedLongCharMap. values()MutableCharCollectionSynchronizedObjectCharMap. values()MutableCharCollectionSynchronizedShortCharMap. values()MutableCharCollectionUnmodifiableByteCharMap. values()MutableCharCollectionUnmodifiableCharCharMap. values()MutableCharCollectionUnmodifiableDoubleCharMap. values()MutableCharCollectionUnmodifiableFloatCharMap. values()MutableCharCollectionUnmodifiableIntCharMap. values()MutableCharCollectionUnmodifiableLongCharMap. values()MutableCharCollectionUnmodifiableObjectCharMap. values()MutableCharCollectionUnmodifiableShortCharMap. values()MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. with(char element)MutableCharCollectionObjectCharHashMap.ValuesCollection. with(char element)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. with(char element)MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. withAll(CharIterable elements)MutableCharCollectionObjectCharHashMap.ValuesCollection. withAll(CharIterable elements)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. withAll(CharIterable elements)MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. without(char element)MutableCharCollectionObjectCharHashMap.ValuesCollection. without(char element)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. without(char element)MutableCharCollectionAbstractMutableCharValuesMap.AbstractCharValuesCollection. withoutAll(CharIterable elements)MutableCharCollectionObjectCharHashMap.ValuesCollection. withoutAll(CharIterable elements)MutableCharCollectionObjectCharHashMapWithHashingStrategy.ValuesCollection. withoutAll(CharIterable elements) -
Uses of MutableCharCollection in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RUnmodifiableMutableOrderedMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableMutableOrderedMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RUnmodifiableTreeMap. collectChar(CharFunction<? super V> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableTreeMap. flatCollectChar(Function<? super V,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableCharCollection Modifier and Type Class Description classCharHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedCharSetA synchronized view of aMutableCharSet.classUnmodifiableCharSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RCharHashSet. reject(CharPredicate predicate, R target)<R extends MutableCharCollection>
RCharHashSet. select(CharPredicate predicate, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RImmutableArrayStack. collectChar(CharFunction<? super T> charFunction, R target)Deprecated.<R extends MutableCharCollection>
RImmutableEmptyStack. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RImmutableArrayStack. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)Deprecated.<R extends MutableCharCollection>
RImmutableEmptyStack. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RArrayStack. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RSynchronizedStack. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RUnmodifiableStack. collectChar(CharFunction<? super T> charFunction, R target)<R extends MutableCharCollection>
RArrayStack. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RSynchronizedStack. flatCollectChar(Function<? super T,? extends CharIterable> function, R target)<R extends MutableCharCollection>
RUnmodifiableStack. flatCollectChar(Function<? super T,? extends CharIterable> function, R target) -
Uses of MutableCharCollection in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description <R extends MutableCharCollection>
RSynchronizedCharStack. rejectWithIndex(CharIntPredicate predicate, R target)Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RSynchronizedCharStack. 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.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type MutableCharCollection Modifier and Type Method Description static <T,R extends MutableCharCollection>
RArrayIterate. collectChar(T[] objectArray, CharFunction<? super T> charFunction, R target)static <T,R extends MutableCharCollection>
RArrayListIterate. collectChar(java.util.ArrayList<T> list, CharFunction<? super T> charFunction, R target)static <T,R extends MutableCharCollection>
RIterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction, R target)Same asIterate.collectChar(Iterable, CharFunction), except that the results are gathered into the specifiedtargetcollection.static <T,R extends MutableCharCollection>
RListIterate. collectChar(java.util.List<T> list, CharFunction<? super T> charFunction, R target)static <K,V,R extends MutableCharCollection>
RMapIterate. collectChar(java.util.Map<K,V> map, CharFunction<? super V> charFunction, R target)private static <T,R extends MutableCharCollection>
RArrayListIterate. collectCharFromInternalArray(java.util.ArrayList<T> source, CharFunction<? super T> charFunction, int elementsToCollect, R target)Methods in org.eclipse.collections.impl.utility that return MutableCharCollection Modifier and Type Method Description static <T> MutableCharCollectionIterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction)Returns a newcharcollection with the results of applying the specified charFunction for each element of the iterable.static <K,V>
MutableCharCollectionMapIterate. collectChar(java.util.Map<K,V> map, CharFunction<? super V> charFunction) -
Uses of MutableCharCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type MutableCharCollection Modifier and Type Method Description static <R extends MutableCharCollection,T>
RInternalArrayIterate. collectChar(T[] items, int size, CharFunction<? super T> charFunction, R target)Adds all array elements to the target MutableCharCollection after using the function supplied to convert each source element to the appropriate typestatic <T,R extends MutableCharCollection>
RIterableIterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction, R target)static <T,R extends MutableCharCollection>
RIteratorIterate. collectChar(java.util.Iterator<T> iterator, CharFunction<? super T> charFunction, R target)static <T,R extends MutableCharCollection>
RRandomAccessListIterate. collectChar(java.util.List<T> list, CharFunction<? super T> charFunction, R target)Methods in org.eclipse.collections.impl.utility.internal that return MutableCharCollection Modifier and Type Method Description static <T> MutableCharCollectionIterableIterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction)static <T> MutableCharCollectionIteratorIterate. collectChar(java.util.Iterator<T> iterator, CharFunction<? super T> charFunction) -
Uses of MutableCharCollection in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with type parameters of type MutableCharCollection Modifier and Type Method Description static <R extends MutableCharCollection>
RCharIterableIterate. reject(CharIterable iterable, CharPredicate predicate, R targetCollection)static <R extends MutableCharCollection>
RCharIteratorIterate. reject(CharIterator iterator, CharPredicate predicate, R targetCollection)static <R extends MutableCharCollection>
RCharIterableIterate. select(CharIterable iterable, CharPredicate predicate, R targetCollection)static <R extends MutableCharCollection>
RCharIteratorIterate. select(CharIterator iterator, CharPredicate predicate, R targetCollection)
-