Uses of Interface
org.eclipse.collections.api.block.function.primitive.ShortToShortFunction
-
Packages that use ShortToShortFunction 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.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. -
-
Uses of ShortToShortFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortToShortFunction Modifier and Type Method Description LazyShortIterableLazyShortIterable. 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 ShortToShortFunction Modifier and Type Method Description shortMutableShortShortMap. 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. -
Uses of ShortToShortFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortToShortFunction Modifier and Type Field Description private ShortToShortFunctionCollectShortToShortIterable. functionMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortToShortFunction Modifier and Type Method Description LazyShortIterableAbstractLazyShortIterable. collectShort(ShortToShortFunction function)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortToShortFunction Constructor Description CollectShortToShortIterable(ShortIterable iterable, ShortToShortFunction function) -
Uses of ShortToShortFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortToShortFunction Modifier and Type Method Description shortShortShortHashMap. getIfAbsentPutWithKey(short key, ShortToShortFunction function)shortSynchronizedShortShortMap. getIfAbsentPutWithKey(short key, ShortToShortFunction function)shortUnmodifiableShortShortMap. getIfAbsentPutWithKey(short key, ShortToShortFunction function)shortByteShortHashMap. updateValue(byte key, short initialValueIfAbsent, ShortToShortFunction function)shortCharShortHashMap. updateValue(char key, short initialValueIfAbsent, ShortToShortFunction function)shortDoubleShortHashMap. updateValue(double key, short initialValueIfAbsent, ShortToShortFunction function)shortFloatShortHashMap. updateValue(float key, short initialValueIfAbsent, ShortToShortFunction function)shortIntShortHashMap. updateValue(int key, short initialValueIfAbsent, ShortToShortFunction function)shortLongShortHashMap. updateValue(long key, short initialValueIfAbsent, ShortToShortFunction function)shortObjectShortHashMap. updateValue(K key, short initialValueIfAbsent, ShortToShortFunction function)shortObjectShortHashMapWithHashingStrategy. updateValue(K key, short initialValueIfAbsent, ShortToShortFunction function)shortShortShortHashMap. updateValue(short key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedByteShortMap. updateValue(byte key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedCharShortMap. updateValue(char key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedDoubleShortMap. updateValue(double key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedFloatShortMap. updateValue(float key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedIntShortMap. updateValue(int key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedLongShortMap. updateValue(long key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedObjectShortMap. updateValue(K key, short initialValueIfAbsent, ShortToShortFunction function)shortSynchronizedShortShortMap. updateValue(short key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableByteShortMap. updateValue(byte key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableCharShortMap. updateValue(char key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableDoubleShortMap. updateValue(double key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableFloatShortMap. updateValue(float key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableIntShortMap. updateValue(int key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableLongShortMap. updateValue(long key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableObjectShortMap. updateValue(K key, short initialValueIfAbsent, ShortToShortFunction function)shortUnmodifiableShortShortMap. updateValue(short key, short initialValueIfAbsent, ShortToShortFunction function)
-