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 theMutableBiMap
interface.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 theMutableCollection
interface.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 theMutableList
interface.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 theMutableMap
interface.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 theMutableSortedMap
interface.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 theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 targetMutableCharCollection
with 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 specifiedtarget
collection.default <R extends MutableCharCollection>
RShortIterable. collectChar(ShortToCharFunction function, R target)
Returns the targetMutableCharCollection
with 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 interface
MutableCharBag
This 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 MutableCharCollection
MutableCollection. collectChar(CharFunction<? super T> charFunction)
Returns a new primitivechar
iterable 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 MutableCharCollection
MutableCharCollection. asSynchronized()
MutableCharCollection
MutableCharCollection. asUnmodifiable()
default MutableCharCollection
MutableCharCollection. newEmpty()
Creates a new empty mutable version of the same collection type.MutableCharCollection
MutableCharCollection. reject(CharPredicate predicate)
MutableCharCollection
MutableCharCollection. select(CharPredicate predicate)
default MutableCharCollection
MutableCharCollection. tap(CharProcedure procedure)
MutableCharCollection
MutableCharCollection. with(char element)
MutableCharCollection
MutableCharCollection. withAll(CharIterable elements)
MutableCharCollection
MutableCharCollection. without(char element)
MutableCharCollection
MutableCharCollection. 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 interface
MutableCharList
This 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 MutableCharCollection
MutableObjectCharMap. reject(CharPredicate predicate)
MutableCharCollection
MutableObjectCharMap. select(CharPredicate predicate)
MutableCharCollection
CharValuesMap. values()
Returns the values in this map as a separate collection.MutableCharCollection
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 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 interface
MutableCharSet
This 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 class
CharHashBag
CharHashBag is similar toHashBag
, and is memory-optimized for char primitives.class
SynchronizedCharBag
A synchronized view of aMutableCharBag
.class
UnmodifiableCharBag
This 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 MutableCharCollection
CollectCharProcedure. charCollection
Methods in org.eclipse.collections.impl.block.procedure.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollection
CollectCharProcedure. 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 MutableCharCollection
AbstractSynchronizedMutableCollection. collectChar(CharFunction<? super T> charFunction)
MutableCharCollection
AbstractUnmodifiableMutableCollection. 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 class
AbstractSynchronizedCharCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractUnmodifiableCharCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
SynchronizedCharCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
UnmodifiableCharCollection
This 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 MutableCharCollection
AbstractSynchronizedCharCollection. collection
private MutableCharCollection
AbstractUnmodifiableCharCollection. collection
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharCollection Modifier and Type Method Description MutableCharCollection
AbstractSynchronizedCharCollection. asSynchronized()
MutableCharCollection
AbstractUnmodifiableCharCollection. asSynchronized()
MutableCharCollection
AbstractSynchronizedCharCollection. asUnmodifiable()
MutableCharCollection
AbstractUnmodifiableCharCollection. asUnmodifiable()
protected MutableCharCollection
AbstractSynchronizedCharCollection. getCharCollection()
protected MutableCharCollection
AbstractUnmodifiableCharCollection. getCharCollection()
MutableCharCollection
SynchronizedCharCollection. newEmpty()
MutableCharCollection
UnmodifiableCharCollection. newEmpty()
MutableCharCollection
AbstractSynchronizedCharCollection. reject(CharPredicate predicate)
MutableCharCollection
AbstractUnmodifiableCharCollection. reject(CharPredicate predicate)
MutableCharCollection
AbstractSynchronizedCharCollection. select(CharPredicate predicate)
MutableCharCollection
AbstractUnmodifiableCharCollection. select(CharPredicate predicate)
MutableCharCollection
AbstractSynchronizedCharCollection. with(char element)
MutableCharCollection
AbstractUnmodifiableCharCollection. with(char element)
MutableCharCollection
AbstractSynchronizedCharCollection. withAll(CharIterable elements)
MutableCharCollection
AbstractUnmodifiableCharCollection. withAll(CharIterable elements)
MutableCharCollection
AbstractSynchronizedCharCollection. without(char element)
MutableCharCollection
AbstractUnmodifiableCharCollection. without(char element)
MutableCharCollection
AbstractSynchronizedCharCollection. withoutAll(CharIterable elements)
MutableCharCollection
AbstractUnmodifiableCharCollection. withoutAll(CharIterable elements)
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableCharCollection Modifier and Type Method Description static SynchronizedCharCollection
SynchronizedCharCollection. of(MutableCharCollection collection)
This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.static SynchronizedCharCollection
SynchronizedCharCollection. of(MutableCharCollection collection, java.lang.Object lock)
This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.static UnmodifiableCharCollection
UnmodifiableCharCollection. 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 class
CharArrayList
CharArrayList is similar to FastList, and is memory-optimized for char primitives.class
SynchronizedCharList
A synchronized view of aMutableCharList
.class
UnmodifiableCharList
This 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 MutableCharCollection
ImmutableByteCharEmptyMap. values()
MutableCharCollection
ImmutableByteCharHashMap. values()
MutableCharCollection
ImmutableByteCharSingletonMap. values()
MutableCharCollection
ImmutableCharCharEmptyMap. values()
MutableCharCollection
ImmutableCharCharHashMap. values()
MutableCharCollection
ImmutableCharCharSingletonMap. values()
MutableCharCollection
ImmutableDoubleCharEmptyMap. values()
MutableCharCollection
ImmutableDoubleCharHashMap. values()
MutableCharCollection
ImmutableDoubleCharSingletonMap. values()
MutableCharCollection
ImmutableFloatCharEmptyMap. values()
MutableCharCollection
ImmutableFloatCharHashMap. values()
MutableCharCollection
ImmutableFloatCharSingletonMap. values()
MutableCharCollection
ImmutableIntCharEmptyMap. values()
MutableCharCollection
ImmutableIntCharHashMap. values()
MutableCharCollection
ImmutableIntCharSingletonMap. values()
MutableCharCollection
ImmutableLongCharEmptyMap. values()
MutableCharCollection
ImmutableLongCharHashMap. values()
MutableCharCollection
ImmutableLongCharSingletonMap. values()
MutableCharCollection
ImmutableObjectCharEmptyMap. values()
MutableCharCollection
ImmutableObjectCharHashMap. values()
MutableCharCollection
ImmutableObjectCharSingletonMap. values()
MutableCharCollection
ImmutableShortCharEmptyMap. values()
MutableCharCollection
ImmutableShortCharHashMap. values()
MutableCharCollection
ImmutableShortCharSingletonMap. 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 MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. asSynchronized()
MutableCharCollection
ObjectCharHashMap.ValuesCollection. asSynchronized()
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. asSynchronized()
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. asUnmodifiable()
MutableCharCollection
ObjectCharHashMap.ValuesCollection. asUnmodifiable()
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()
MutableCharCollection
ByteCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
CharCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
DoubleCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
FloatCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
IntCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
LongCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
ObjectCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. newEmpty()
MutableCharCollection
ShortCharHashMap.ValuesCollection. newEmpty()
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. reject(CharPredicate predicate)
MutableCharCollection
SynchronizedObjectCharMap. reject(CharPredicate predicate)
MutableCharCollection
UnmodifiableObjectCharMap. reject(CharPredicate predicate)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. select(CharPredicate predicate)
MutableCharCollection
SynchronizedObjectCharMap. select(CharPredicate predicate)
MutableCharCollection
UnmodifiableObjectCharMap. select(CharPredicate predicate)
MutableCharCollection
ByteCharHashMap. values()
MutableCharCollection
CharCharHashMap. values()
MutableCharCollection
DoubleCharHashMap. values()
MutableCharCollection
FloatCharHashMap. values()
MutableCharCollection
IntCharHashMap. values()
MutableCharCollection
LongCharHashMap. values()
MutableCharCollection
ObjectCharHashMap. values()
MutableCharCollection
ObjectCharHashMapWithHashingStrategy. values()
MutableCharCollection
ShortCharHashMap. values()
MutableCharCollection
SynchronizedByteCharMap. values()
MutableCharCollection
SynchronizedCharCharMap. values()
MutableCharCollection
SynchronizedDoubleCharMap. values()
MutableCharCollection
SynchronizedFloatCharMap. values()
MutableCharCollection
SynchronizedIntCharMap. values()
MutableCharCollection
SynchronizedLongCharMap. values()
MutableCharCollection
SynchronizedObjectCharMap. values()
MutableCharCollection
SynchronizedShortCharMap. values()
MutableCharCollection
UnmodifiableByteCharMap. values()
MutableCharCollection
UnmodifiableCharCharMap. values()
MutableCharCollection
UnmodifiableDoubleCharMap. values()
MutableCharCollection
UnmodifiableFloatCharMap. values()
MutableCharCollection
UnmodifiableIntCharMap. values()
MutableCharCollection
UnmodifiableLongCharMap. values()
MutableCharCollection
UnmodifiableObjectCharMap. values()
MutableCharCollection
UnmodifiableShortCharMap. values()
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. with(char element)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. with(char element)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. with(char element)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. withAll(CharIterable elements)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. withAll(CharIterable elements)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. withAll(CharIterable elements)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. without(char element)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. without(char element)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. without(char element)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. withoutAll(CharIterable elements)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. withoutAll(CharIterable elements)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.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 class
CharHashSet
This file was automatically generated from template file primitiveHashSet.stg.class
SynchronizedCharSet
A synchronized view of aMutableCharSet
.class
UnmodifiableCharSet
This 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 specifiedtarget
collection.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> MutableCharCollection
Iterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction)
Returns a newchar
collection 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 <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> MutableCharCollection
IterableIterate. collectChar(java.lang.Iterable<T> iterable, CharFunction<? super T> charFunction)
static <T> MutableCharCollection
IteratorIterate. 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)
-