Uses of Interface
org.eclipse.collections.api.block.function.primitive.CharToCharFunction
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections 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.impl.block.factory.primitive |
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
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.string.immutable | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
-
Uses of CharToCharFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharToCharFunction Modifier and Type Method Description 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.LazyCharIterable
LazyCharIterable. collectChar(CharToCharFunction function)
-
Uses of CharToCharFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharToCharFunction Modifier and Type Method Description char
MutableCharCharMap. getIfAbsentPutWithKey(char key, CharToCharFunction function)
Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.char
MutableByteCharMap. updateValue(byte key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableCharCharMap. updateValue(char key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableDoubleCharMap. updateValue(double key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableFloatCharMap. updateValue(float key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableIntCharMap. updateValue(int key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableLongCharMap. updateValue(long key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableObjectCharMap. updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.char
MutableShortCharMap. updateValue(short key, char initialValueIfAbsent, CharToCharFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not. -
Uses of CharToCharFunction in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return CharToCharFunction Modifier and Type Method Description static CharToCharFunction
CharToCharFunctions. toLowerCase()
static CharToCharFunction
CharToCharFunctions. toUpperCase()
-
Uses of CharToCharFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharToCharFunction Modifier and Type Method Description LazyCharIterable
AbstractLazyCharIterable. collectChar(CharToCharFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharToCharFunction Constructor Description CollectCharToCharIterable(CharIterable iterable, CharToCharFunction function)
-
Uses of CharToCharFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharToCharFunction Modifier and Type Method Description char
CharCharHashMap. getIfAbsentPutWithKey(char key, CharToCharFunction function)
char
SynchronizedCharCharMap. getIfAbsentPutWithKey(char key, CharToCharFunction function)
char
UnmodifiableCharCharMap. getIfAbsentPutWithKey(char key, CharToCharFunction function)
char
ByteCharHashMap. updateValue(byte key, char initialValueIfAbsent, CharToCharFunction function)
char
CharCharHashMap. updateValue(char key, char initialValueIfAbsent, CharToCharFunction function)
char
DoubleCharHashMap. updateValue(double key, char initialValueIfAbsent, CharToCharFunction function)
char
FloatCharHashMap. updateValue(float key, char initialValueIfAbsent, CharToCharFunction function)
char
IntCharHashMap. updateValue(int key, char initialValueIfAbsent, CharToCharFunction function)
char
LongCharHashMap. updateValue(long key, char initialValueIfAbsent, CharToCharFunction function)
char
ObjectCharHashMap. updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
char
ObjectCharHashMapWithHashingStrategy. updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
char
ShortCharHashMap. updateValue(short key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedByteCharMap. updateValue(byte key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedCharCharMap. updateValue(char key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedDoubleCharMap. updateValue(double key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedFloatCharMap. updateValue(float key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedIntCharMap. updateValue(int key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedLongCharMap. updateValue(long key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedObjectCharMap. updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
char
SynchronizedShortCharMap. updateValue(short key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableByteCharMap. updateValue(byte key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableCharCharMap. updateValue(char key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableDoubleCharMap. updateValue(double key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableFloatCharMap. updateValue(float key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableIntCharMap. updateValue(int key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableLongCharMap. updateValue(long key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableObjectCharMap. updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
char
UnmodifiableShortCharMap. updateValue(short key, char initialValueIfAbsent, CharToCharFunction function)
-
Uses of CharToCharFunction in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type CharToCharFunction Modifier and Type Method Description CharAdapter
CharAdapter. collectChar(CharToCharFunction function)
-
Uses of CharToCharFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharToCharFunction Modifier and Type Method Description static String
StringIterate. collect(String string, CharToCharFunction function)
Deprecated.since 7.0.static String
StringIterate. collectChar(String string, CharToCharFunction function)
Transform the char elements to a new string using the specified functionfunction
.