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.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long.This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of
Procedure and Procedure2.This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the
ImmutableMap interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains the implementations of
ImmutableSet.This package contains implementations of
MutableSet.This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
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) -
Uses of ShortFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type ShortFunctionModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RUnmodifiableRichIterable.collectShort(ShortFunction<? super T> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type ShortFunctionModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractBag.collectShort(ShortFunction<? super T> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableBag.collectShort(ShortFunction<? super T> shortFunction) ImmutableEmptyBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionMultiReaderHashBag.collectShort(ShortFunction<? super T> shortFunction) MultiReaderHashBag.UntouchableMutableBag.collectShort(ShortFunction<? super T> shortFunction) SynchronizedBag.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) SynchronizedSortedBag.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableSortedBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type ShortFunctionModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractBiMap.collectShort(ShortFunction<? super V> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractMutableBiMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableBiMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableBiMap.collectShort(ShortFunction<? super V> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.block.comparator.primitive
Fields in org.eclipse.collections.impl.block.comparator.primitive declared as ShortFunctionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type ShortFunction -
Uses of ShortFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement ShortFunctionModifier and TypeClassDescriptionstatic final classFunctions.ShortFunctionChain<T1,T2> private static classprivate static final classFields in org.eclipse.collections.impl.block.factory declared as ShortFunctionModifier and TypeFieldDescriptionprivate final ShortFunction<? super T> HashingStrategies.ShortFunctionHashingStrategy.functionprivate final ShortFunction<? super T2> Functions.ShortFunctionChain.function2private static final ShortFunction<String> StringFunctions.TO_PRIMITIVE_SHORTMethods in org.eclipse.collections.impl.block.factory that return ShortFunctionModifier and TypeMethodDescriptionstatic ShortFunction<String> StringFunctions.toPrimitiveShort()static ShortFunction<Integer> PrimitiveFunctions.unboxIntegerToShort()Methods in org.eclipse.collections.impl.block.factory with parameters of type ShortFunctionModifier and TypeMethodDescriptionstatic <T> SerializableComparator<T> Comparators.byShortFunction(ShortFunction<T> function) static <T1,T2> Functions.ShortFunctionChain <T1, T2> Functions.chainShort(Function<T1, T2> function1, ShortFunction<? super T2> function2) Functions.FunctionChain.chainShort(ShortFunction<? super T3> function) static <T> HashingStrategy<T> HashingStrategies.fromShortFunction(ShortFunction<? super T> function) static <T> SerializableComparator<T> Functions.toShortComparator(ShortFunction<T> function) Constructors in org.eclipse.collections.impl.block.factory with parameters of type ShortFunctionModifierConstructorDescriptionprivateShortFunctionChain(Function<T1, T2> function1, ShortFunction<? super T2> function2) privateShortFunctionHashingStrategy(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.impl.block.procedure
Fields in org.eclipse.collections.impl.block.procedure declared as ShortFunctionModifier and TypeFieldDescriptionprotected final ShortFunction<? super T> SumOfShortProcedure.functionConstructors in org.eclipse.collections.impl.block.procedure with parameters of type ShortFunction -
Uses of ShortFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as ShortFunctionModifier and TypeFieldDescriptionprivate final ShortFunction<? super T> CollectShortProcedure.shortFunctionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortFunctionModifierConstructorDescriptionCollectShortProcedure(ShortFunction<? super T> shortFunction, MutableShortCollection targetCollection) -
Uses of ShortFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RAbstractSynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type ShortFunctionModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractCollectionAdapter.collectShort(ShortFunction<? super T> shortFunction, R target) <R extends MutableShortCollection>
RAbstractMultiReaderMutableCollection.collectShort(ShortFunction<? super T> shortFunction, R target) final <R extends MutableShortCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.collectShort(ShortFunction<? super T> shortFunction, R target) AbstractSynchronizedMutableCollection.collectShort(ShortFunction<? super T> shortFunction) AbstractUnmodifiableMutableCollection.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RAbstractUnmodifiableMutableCollection.collectShort(ShortFunction<? super T> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with parameters of type ShortFunctionModifier and TypeMethodDescriptionstatic <T, R extends MutableShortCollection>
Collector<T, ?, R> Collectors2.collectShort(ShortFunction<? super T> function, Supplier<R> supplier) Returns a new MutableShortCollection with the results of applying the specified ShortFunction on each element of the source. -
Uses of ShortFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractLazyIterable.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortFunctionModifier and TypeFieldDescriptionprivate final ShortFunction<? super T> CollectShortIterable.functionprivate final ShortFunction<? super T> CollectShortIterable.ShortFunctionToProcedure.functionConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortFunctionModifierConstructorDescriptionCollectShortIterable(LazyIterable<T> adapted, ShortFunction<? super T> function) privateShortFunctionToProcedure(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed with parameters of type ShortFunctionModifier and TypeMethodDescriptionEmptyList.sortThisByShort(ShortFunction<? super T> function) SingletonList.sortThisByShort(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableList.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type ShortFunctionModifier and TypeMethodDescription<R extends MutableShortCollection>
RFastList.collectShort(ShortFunction<? super T> shortFunction, R target) MultiReaderFastList.collectShort(ShortFunction<? super T> shortFunction) MultiReaderFastList.UntouchableMutableList.collectShort(ShortFunction<? super T> shortFunction) SynchronizedMutableList.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableMutableList.collectShort(ShortFunction<? super T> shortFunction) AbstractListAdapter.sortThisByShort(ShortFunction<? super T> function) AbstractMutableList.sortThisByShort(ShortFunction<? super T> function) MultiReaderFastList.sortThisByShort(ShortFunction<? super T> function) MultiReaderFastList.UntouchableMutableList.sortThisByShort(ShortFunction<? super T> function) SynchronizedMutableList.sortThisByShort(ShortFunction<? super T> function) UnmodifiableMutableList.sortThisByShort(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableByteObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableByteObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableByteObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableCharObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableCharObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableCharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableCharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableCharObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableCharObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableDoubleObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableDoubleObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableDoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableDoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableDoubleObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableDoubleObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableFloatObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableFloatObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableFloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableFloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableFloatObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableFloatObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableIntObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableIntObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableIntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableIntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableIntObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableIntObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableLongObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableLongObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableLongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableLongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableLongObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableLongObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableShortObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableShortObjectEmptyMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableShortObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RImmutableShortObjectSingletonMap.collectShort(ShortFunction<? super V> shortFunction, R target) ImmutableByteShortMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableCharShortMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableDoubleShortMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableFloatShortMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableIntShortMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableLongShortMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) <T,K> ImmutableObjectShortMap <K> ImmutableObjectShortMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) ImmutableShortBooleanMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableShortByteMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) ImmutableShortCharMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) ImmutableShortDoubleMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) ImmutableShortFloatMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableShortIntMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableShortLongMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> ImmutableShortObjectMap <V> ImmutableShortObjectMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) ImmutableShortShortMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractMutableMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedMutableMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableMutableMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableMutableMap.collectShort(ShortFunction<? super V> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortFunctionModifier and TypeMethodDescriptionByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) CharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) DoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) FloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) IntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) LongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) ShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedByteObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedCharObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedIntObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedLongObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) SynchronizedShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RSynchronizedShortObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableByteObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableCharObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableIntObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableLongObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) UnmodifiableShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableShortObjectMap.collectShort(ShortFunction<? super V> shortFunction, R target) MutableByteShortMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableCharShortMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableDoubleShortMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableFloatShortMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableIntShortMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableLongShortMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) <T,K> MutableObjectShortMap <K> MutableObjectShortMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) MutableShortBooleanMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableShortByteMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableShortCharMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) MutableShortDoubleMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) MutableShortFloatMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableShortIntMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableShortLongMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> MutableShortObjectMap <V> MutableShortObjectMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) MutableShortShortMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) <P> shortByteShortHashMap.getIfAbsentPutWith(byte key, ShortFunction<? super P> function, P parameter) <P> shortCharShortHashMap.getIfAbsentPutWith(char key, ShortFunction<? super P> function, P parameter) <P> shortDoubleShortHashMap.getIfAbsentPutWith(double key, ShortFunction<? super P> function, P parameter) <P> shortFloatShortHashMap.getIfAbsentPutWith(float key, ShortFunction<? super P> function, P parameter) <P> shortIntShortHashMap.getIfAbsentPutWith(int key, ShortFunction<? super P> function, P parameter) <P> shortLongShortHashMap.getIfAbsentPutWith(long key, ShortFunction<? super P> function, P parameter) <P> shortObjectShortHashMap.getIfAbsentPutWith(K key, ShortFunction<? super P> function, P parameter) <P> shortObjectShortHashMapWithHashingStrategy.getIfAbsentPutWith(K key, ShortFunction<? super P> function, P parameter) <P> shortShortShortHashMap.getIfAbsentPutWith(short key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedByteShortMap.getIfAbsentPutWith(byte key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedCharShortMap.getIfAbsentPutWith(char key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedDoubleShortMap.getIfAbsentPutWith(double key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedFloatShortMap.getIfAbsentPutWith(float key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedIntShortMap.getIfAbsentPutWith(int key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedLongShortMap.getIfAbsentPutWith(long key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedObjectShortMap.getIfAbsentPutWith(K key, ShortFunction<? super P> function, P parameter) <P> shortSynchronizedShortShortMap.getIfAbsentPutWith(short key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableByteShortMap.getIfAbsentPutWith(byte key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableCharShortMap.getIfAbsentPutWith(char key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableDoubleShortMap.getIfAbsentPutWith(double key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableFloatShortMap.getIfAbsentPutWith(float key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableIntShortMap.getIfAbsentPutWith(int key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableLongShortMap.getIfAbsentPutWith(long key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableObjectShortMap.getIfAbsentPutWith(K key, ShortFunction<? super P> function, P parameter) <P> shortUnmodifiableShortShortMap.getIfAbsentPutWith(short key, ShortFunction<? super P> function, P parameter) shortObjectShortHashMap.getIfAbsentPutWithKey(K key, ShortFunction<? super K> function) shortObjectShortHashMapWithHashingStrategy.getIfAbsentPutWithKey(K key, ShortFunction<? super K> function) shortSynchronizedObjectShortMap.getIfAbsentPutWithKey(K key, ShortFunction<? super K> function) shortUnmodifiableObjectShortMap.getIfAbsentPutWithKey(K key, ShortFunction<? super K> function) -
Uses of ShortFunction in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableOrderedMapAdapter.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionOrderedMapAdapter.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableMutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableMutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedSortedMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableTreeMap.collectShort(ShortFunction<? super V> shortFunction) <R extends MutableShortCollection>
RUnmodifiableTreeMap.collectShort(ShortFunction<? super V> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableSet.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectShort(ShortFunction<? super T> shortFunction) SynchronizedMutableSet.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableMutableSet.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionSortedSetAdapter.collectShort(ShortFunction<? super T> shortFunction) SynchronizedSortedSet.collectShort(ShortFunction<? super T> shortFunction) TreeSortedSet.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableSortedSet.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionImmutableArrayStack.collectShort(ShortFunction<? super T> shortFunction) Deprecated.<R extends MutableShortCollection>
RImmutableArrayStack.collectShort(ShortFunction<? super T> shortFunction, R target) Deprecated.ImmutableEmptyStack.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RImmutableEmptyStack.collectShort(ShortFunction<? super T> shortFunction, R target) ImmutableNotEmptyStack.collectShort(ShortFunction<? super T> function) -
Uses of ShortFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type ShortFunctionModifier and TypeMethodDescriptionArrayStack.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RArrayStack.collectShort(ShortFunction<? super T> shortFunction, R target) SynchronizedStack.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RSynchronizedStack.collectShort(ShortFunction<? super T> shortFunction, R target) UnmodifiableStack.collectShort(ShortFunction<? super T> shortFunction) <R extends MutableShortCollection>
RUnmodifiableStack.collectShort(ShortFunction<? super T> shortFunction, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type ShortFunctionModifier and TypeMethodDescriptionstatic <T> MutableShortListArrayIterate.collectShort(T[] objectArray, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RArrayIterate.collectShort(T[] objectArray, ShortFunction<? super T> shortFunction, R target) static <T> MutableShortListArrayListIterate.collectShort(ArrayList<T> list, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RArrayListIterate.collectShort(ArrayList<T> list, ShortFunction<? super T> shortFunction, R target) static <T> MutableShortCollectionIterate.collectShort(Iterable<T> iterable, ShortFunction<? super T> shortFunction) Returns a newshortcollection with the results of applying the specified shortFunction for each element of the iterable.static <T, R extends MutableShortCollection>
RIterate.collectShort(Iterable<T> iterable, ShortFunction<? super T> shortFunction, R target) Same asIterate.collectShort(Iterable, ShortFunction), except that the results are gathered into the specifiedtargetcollection.static <T> MutableShortListListIterate.collectShort(List<T> list, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RListIterate.collectShort(List<T> list, ShortFunction<? super T> shortFunction, R target) static <K,V> MutableShortCollection MapIterate.collectShort(Map<K, V> map, ShortFunction<? super V> shortFunction) static <K, V, R extends MutableShortCollection>
RMapIterate.collectShort(Map<K, V> map, ShortFunction<? super V> shortFunction, R target) private static <T, R extends MutableShortCollection>
RArrayListIterate.collectShortFromInternalArray(ArrayList<T> source, ShortFunction<? super T> shortFunction, int elementsToCollect, R target) -
Uses of ShortFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type ShortFunctionModifier and TypeMethodDescriptionstatic <R extends MutableShortCollection, T>
RInternalArrayIterate.collectShort(T[] items, int size, ShortFunction<? super T> shortFunction, R target) Adds all array elements to the target MutableShortCollection after using the function supplied to convert each source element to the appropriate typestatic <T> MutableShortCollectionIterableIterate.collectShort(Iterable<T> iterable, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RIterableIterate.collectShort(Iterable<T> iterable, ShortFunction<? super T> shortFunction, R target) static <T> MutableShortCollectionIteratorIterate.collectShort(Iterator<T> iterator, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RIteratorIterate.collectShort(Iterator<T> iterator, ShortFunction<? super T> shortFunction, R target) static <T> MutableShortListRandomAccessListIterate.collectShort(List<T> list, ShortFunction<? super T> shortFunction) static <T, R extends MutableShortCollection>
RRandomAccessListIterate.collectShort(List<T> list, ShortFunction<? super T> shortFunction, R target)