Uses of Interface
org.eclipse.collections.api.block.function.primitive.ShortFunction
Packages that use ShortFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Uses of ShortFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortFunctionModifier and TypeMethodDescriptionLazyIterable.collectShort(ShortFunction<? super T> shortFunction) Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.RichIterable.collectShort(ShortFunction<? super T> shortFunction) Returns a new primitiveshortiterable with the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RRichIterable.collectShort(ShortFunction<? super T> shortFunction, R target) Same asRichIterable.collectShort(ShortFunction), except that the results are gathered into the specifiedtargetcollection. -
Uses of ShortFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableBag.collectShort(ShortFunction<? super T> shortFunction) default MutableShortBagMutableBag.collectShort(ShortFunction<? super T> shortFunction) UnsortedBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) MutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) SortedBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableCollection.collectShort(ShortFunction<? super T> shortFunction) default MutableShortCollectionMutableCollection.collectShort(ShortFunction<? super T> shortFunction) Returns a new primitiveshortiterable with the results of applying the specified function on each element of the source collection. -
Uses of ShortFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableByteShortMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharShortMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableDoubleShortMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableDoubleShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntShortMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongShortMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableLongShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> ImmutableObjectShortMap<K> ImmutableObjectShortMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableObjectShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortBooleanMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortByteMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortCharMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortDoubleMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableShortDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortIntMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortLongMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableShortLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> ImmutableShortObjectMap<V> ImmutableShortObjectMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anImmutableShortObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortShortMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableShortShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteShortMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharShortMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleShortMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableDoubleShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntShortMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongShortMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableLongShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> MutableObjectShortMap<K> MutableObjectShortMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableObjectShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortBooleanMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortByteMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortCharMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortDoubleMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableShortDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortIntMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortLongMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableShortLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> MutableShortObjectMap<V> MutableShortObjectMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableShortObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortShortMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableShortShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of ShortFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableList.collectShort(ShortFunction<? super T> shortFunction) ListIterable.collectShort(ShortFunction<? super T> shortFunction) default MutableShortListMutableList.collectShort(ShortFunction<? super T> shortFunction) MultiReaderList.sortThisByShort(ShortFunction<? super T> function) MutableList.sortThisByShort(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableMap.collectShort(ShortFunction<? super V> shortFunction) ImmutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) MutableMap.collectShort(ShortFunction<? super V> shortFunction) MutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) OrderedMap.collectShort(ShortFunction<? super V> shortFunction) UnsortedMapIterable.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) MutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) PrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) <P> shortMutableByteShortMap.getIfAbsentPutWith(byte key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableCharShortMap.getIfAbsentPutWith(char key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableDoubleShortMap.getIfAbsentPutWith(double key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableFloatShortMap.getIfAbsentPutWith(float key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableIntShortMap.getIfAbsentPutWith(int key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableLongShortMap.getIfAbsentPutWith(long key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableObjectShortMap.getIfAbsentPutWith(K key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> shortMutableShortShortMap.getIfAbsentPutWith(short key, ShortFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.shortMutableObjectShortMap.getIfAbsentPutWithKey(K key, ShortFunction<? super K> 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. -
Uses of ShortFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) MutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) SortedMapIterable.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type ShortFunctionModifier and TypeMethodDescriptionOrderedIterable.collectShort(ShortFunction<? super T> shortFunction) ReversibleIterable.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableSet.collectShort(ShortFunction<? super T> shortFunction) default MutableShortSetMutableSet.collectShort(ShortFunction<? super T> shortFunction) UnsortedSetIterable.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) MutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) SortedSetIterable.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableStack.collectShort(ShortFunction<? super T> shortFunction) MutableStack.collectShort(ShortFunction<? super T> shortFunction) StackIterable.collectShort(ShortFunction<? super T> shortFunction)