Uses of Interface
org.eclipse.collections.api.block.function.primitive.ShortFunction
-
Packages that use ShortFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.ordered org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack 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 ShortFunction Modifier and Type Method Description LazyShortIterableLazyIterable. collectShort(ShortFunction<? super T> shortFunction)Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.ShortIterableRichIterable. 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 ShortFunction Modifier and Type Method Description ImmutableShortBagImmutableBag. collectShort(ShortFunction<? super T> shortFunction)default MutableShortBagMutableBag. collectShort(ShortFunction<? super T> shortFunction)ShortBagUnsortedBag. 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 ShortFunction Modifier and Type Method Description ImmutableShortListImmutableSortedBag. collectShort(ShortFunction<? super T> shortFunction)MutableShortListMutableSortedBag. collectShort(ShortFunction<? super T> shortFunction)ShortListSortedBag. 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 ShortFunction Modifier and Type Method Description ImmutableShortCollectionImmutableCollection. 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 ShortFunction Modifier and Type Method Description <T> ImmutableByteShortMapImmutableByteShortMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableCharShortMapImmutableCharShortMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableDoubleShortMapImmutableDoubleShortMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableDoubleShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatShortMapImmutableFloatShortMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableIntShortMapImmutableIntShortMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongShortMapImmutableLongShortMapFactory. 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.<T> ImmutableShortBooleanMapImmutableShortBooleanMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortByteMapImmutableShortByteMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortCharMapImmutableShortCharMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortDoubleMapImmutableShortDoubleMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anImmutableShortDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortFloatMapImmutableShortFloatMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortIntMapImmutableShortIntMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortLongMapImmutableShortLongMapFactory. 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.<T> ImmutableShortShortMapImmutableShortShortMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableShortShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteShortMapMutableByteShortMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableCharShortMapMutableCharShortMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableDoubleShortMapMutableDoubleShortMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableDoubleShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatShortMapMutableFloatShortMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableIntShortMapMutableIntShortMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongShortMapMutableLongShortMapFactory. 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.<T> MutableShortBooleanMapMutableShortBooleanMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortByteMapMutableShortByteMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortCharMapMutableShortCharMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortDoubleMapMutableShortDoubleMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anMutableShortDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortFloatMapMutableShortFloatMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortIntMapMutableShortIntMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortLongMapMutableShortLongMapFactory. 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.<T> MutableShortShortMapMutableShortShortMapFactory. 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 ShortFunction Modifier and Type Method Description ImmutableShortListImmutableList. collectShort(ShortFunction<? super T> shortFunction)ShortListListIterable. collectShort(ShortFunction<? super T> shortFunction)default MutableShortListMutableList. collectShort(ShortFunction<? super T> shortFunction)MultiReaderList<T>MultiReaderList. sortThisByShort(ShortFunction<? super T> function)MutableList<T>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 ShortFunction Modifier and Type Method Description ImmutableShortBagImmutableMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortListImmutableOrderedMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagMutableMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortListMutableOrderedMap. collectShort(ShortFunction<? super V> shortFunction)ShortListOrderedMap. collectShort(ShortFunction<? super V> shortFunction)ShortBagUnsortedMapIterable. 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 ShortFunction Modifier and Type Method Description ImmutableShortBagImmutablePrimitiveObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagMutablePrimitiveObjectMap. collectShort(ShortFunction<? super V> shortFunction)ShortBagPrimitiveObjectMap. 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 ShortFunction Modifier and Type Method Description ImmutableShortListImmutableSortedMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortListMutableSortedMap. collectShort(ShortFunction<? super V> shortFunction)ShortListSortedMapIterable. 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 ShortFunction Modifier and Type Method Description OrderedShortIterableOrderedIterable. collectShort(ShortFunction<? super T> shortFunction)ReversibleShortIterableReversibleIterable. 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 ShortFunction Modifier and Type Method Description ImmutableShortSetImmutableSet. collectShort(ShortFunction<? super T> shortFunction)default MutableShortSetMutableSet. collectShort(ShortFunction<? super T> shortFunction)ShortSetUnsortedSetIterable. 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 ShortFunction Modifier and Type Method Description ImmutableShortListImmutableSortedSet. collectShort(ShortFunction<? super T> shortFunction)MutableShortListMutableSortedSet. collectShort(ShortFunction<? super T> shortFunction)ShortListSortedSetIterable. 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 ShortFunction Modifier and Type Method Description ImmutableShortStackImmutableStack. collectShort(ShortFunction<? super T> shortFunction)MutableShortStackMutableStack. collectShort(ShortFunction<? super T> shortFunction)ShortStackStackIterable. collectShort(ShortFunction<? super T> shortFunction)
-