Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableShortCollection
Packages that use MutableShortCollection
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This 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 API for mutable and immutable primitive sets.
-
Uses of MutableShortCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableShortCollectionModifier and TypeMethodDescriptiondefault <R extends MutableShortCollection>
RBooleanIterable.collectShort(BooleanToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RByteIterable.collectShort(ByteToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RCharIterable.collectShort(CharToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RDoubleIterable.collectShort(DoubleToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RFloatIterable.collectShort(FloatToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RIntIterable.collectShort(IntToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableShortCollection>
RLongIterable.collectShort(LongToShortFunction function, R target) Returns the targetMutableShortCollectionwith 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.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.default <R extends MutableShortCollection>
RRichIterable.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) Same as flatCollect, only the results are collected into the target collection.default <R extends MutableShortCollection>
RShortIterable.reject(ShortPredicate predicate, R target) Same asShortIterable.reject(ShortPredicate), only the results are added to the target MutableShortCollection.default <R extends MutableShortCollection>
RShortIterable.select(ShortPredicate predicate, R target) Same asShortIterable.select(ShortPredicate), only the results are added to the target MutableShortCollection. -
Uses of MutableShortCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableShortCollection in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableShortCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableShortCollectionModifier and TypeMethodDescriptiondefault 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 MutableShortCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableShortCollectionModifier and TypeMethodDescriptionMutableShortCollection.asSynchronized()MutableShortCollection.asUnmodifiable()default MutableShortCollectionMutableShortCollection.newEmpty()Creates a new empty mutable version of the same collection type.MutableShortCollection.reject(ShortPredicate predicate) MutableShortCollection.select(ShortPredicate predicate) default MutableShortCollectionMutableShortCollection.tap(ShortProcedure procedure) MutableShortCollection.with(short element) MutableShortCollection.withAll(ShortIterable elements) MutableShortCollection.without(short element) MutableShortCollection.withoutAll(ShortIterable elements) -
Uses of MutableShortCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableShortCollection in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableShortCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortCollectionModifier and TypeMethodDescriptionMutableObjectShortMap.reject(ShortPredicate predicate) MutableObjectShortMap.select(ShortPredicate predicate) ObjectShortMap.values()Returns the values in this map as a separate collection.ShortValuesMap.values()Returns the values in this map as a separate collection. -
Uses of MutableShortCollection in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableShortCollectionModifier and TypeMethodDescriptiondefault <R extends MutableShortCollection>
ROrderedShortIterable.rejectWithIndex(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableShortCollection>
ROrderedShortIterable.selectWithIndex(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableShortCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableShortCollection in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.