Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntToIntFunction
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 |
-
Uses of IntToIntFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntToIntFunction Modifier and Type Method Description default <R extends MutableIntCollection>
RIntIterable. collectInt(IntToIntFunction function, R target)
Returns the targetMutableIntCollection
with the results of applying the specified function on each element of the source collection.LazyIntIterable
LazyIntIterable. collectInt(IntToIntFunction function)
-
Uses of IntToIntFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntToIntFunction Modifier and Type Method Description int
MutableIntIntMap. getIfAbsentPutWithKey(int key, IntToIntFunction 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.int
MutableByteIntMap. updateValue(byte key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableCharIntMap. updateValue(char key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableDoubleIntMap. updateValue(double key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableFloatIntMap. updateValue(float key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableIntIntMap. updateValue(int key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableLongIntMap. updateValue(long key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableObjectIntMap. updateValue(K key, int initialValueIfAbsent, IntToIntFunction 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.int
MutableShortIntMap. updateValue(short key, int initialValueIfAbsent, IntToIntFunction 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 IntToIntFunction in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return IntToIntFunction Modifier and Type Method Description static IntToIntFunction
IntToIntFunctions. add(int intToAdd)
static IntToIntFunction
IntToIntFunctions. decrement()
static IntToIntFunction
IntToIntFunctions. increment()
static IntToIntFunction
IntToIntFunctions. subtract(int intToSubtract)
-
Uses of IntToIntFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntToIntFunction Modifier and Type Method Description LazyIntIterable
AbstractLazyIntIterable. collectInt(IntToIntFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntToIntFunction Constructor Description CollectIntToIntIterable(IntIterable iterable, IntToIntFunction function)
-
Uses of IntToIntFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntToIntFunction Modifier and Type Method Description int
IntIntHashMap. getIfAbsentPutWithKey(int key, IntToIntFunction function)
int
SynchronizedIntIntMap. getIfAbsentPutWithKey(int key, IntToIntFunction function)
int
UnmodifiableIntIntMap. getIfAbsentPutWithKey(int key, IntToIntFunction function)
int
ByteIntHashMap. updateValue(byte key, int initialValueIfAbsent, IntToIntFunction function)
int
CharIntHashMap. updateValue(char key, int initialValueIfAbsent, IntToIntFunction function)
int
DoubleIntHashMap. updateValue(double key, int initialValueIfAbsent, IntToIntFunction function)
int
FloatIntHashMap. updateValue(float key, int initialValueIfAbsent, IntToIntFunction function)
int
IntIntHashMap. updateValue(int key, int initialValueIfAbsent, IntToIntFunction function)
int
LongIntHashMap. updateValue(long key, int initialValueIfAbsent, IntToIntFunction function)
int
ObjectIntHashMap. updateValue(K key, int initialValueIfAbsent, IntToIntFunction function)
int
ObjectIntHashMapWithHashingStrategy. updateValue(K key, int initialValueIfAbsent, IntToIntFunction function)
int
ShortIntHashMap. updateValue(short key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedByteIntMap. updateValue(byte key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedCharIntMap. updateValue(char key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedDoubleIntMap. updateValue(double key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedFloatIntMap. updateValue(float key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedIntIntMap. updateValue(int key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedLongIntMap. updateValue(long key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedObjectIntMap. updateValue(K key, int initialValueIfAbsent, IntToIntFunction function)
int
SynchronizedShortIntMap. updateValue(short key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableByteIntMap. updateValue(byte key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableCharIntMap. updateValue(char key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableDoubleIntMap. updateValue(double key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableFloatIntMap. updateValue(float key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableIntIntMap. updateValue(int key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableLongIntMap. updateValue(long key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableObjectIntMap. updateValue(K key, int initialValueIfAbsent, IntToIntFunction function)
int
UnmodifiableShortIntMap. updateValue(short key, int initialValueIfAbsent, IntToIntFunction function)
-
Uses of IntToIntFunction in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type IntToIntFunction Modifier and Type Method Description CodePointAdapter
CodePointAdapter. collectInt(IntToIntFunction function)
CodePointList
CodePointList. collectInt(IntToIntFunction function)