Uses of Interface
org.eclipse.collections.api.block.function.primitive.ShortToShortFunction
Packages that use ShortToShortFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of ShortToShortFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortToShortFunctionModifier and TypeMethodDescriptionLazyShortIterable.collectShort(ShortToShortFunction function) default <R extends MutableShortCollection>
RShortIterable.collectShort(ShortToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection. -
Uses of ShortToShortFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortToShortFunctionModifier and TypeMethodDescriptionshortMutableShortShortMap.getIfAbsentPutWithKey(short key, ShortToShortFunction 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.shortMutableByteShortMap.updateValue(byte key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableCharShortMap.updateValue(char key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableDoubleShortMap.updateValue(double key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableFloatShortMap.updateValue(float key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableIntShortMap.updateValue(int key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableLongShortMap.updateValue(long key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableObjectShortMap.updateValue(K key, short initialValueIfAbsent, ShortToShortFunction 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.shortMutableShortShortMap.updateValue(short key, short initialValueIfAbsent, ShortToShortFunction 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.