Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableByteCollection
Packages that use MutableByteCollection
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 MutableByteCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableByteCollectionModifier and TypeMethodDescriptiondefault <R extends MutableByteCollection>
RBooleanIterable.collectByte(BooleanToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RByteIterable.collectByte(ByteToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RCharIterable.collectByte(CharToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RDoubleIterable.collectByte(DoubleToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RFloatIterable.collectByte(FloatToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RIntIterable.collectByte(IntToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RLongIterable.collectByte(LongToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RRichIterable.collectByte(ByteFunction<? super T> byteFunction, R target) Same asRichIterable.collectByte(ByteFunction), except that the results are gathered into the specifiedtargetcollection.default <R extends MutableByteCollection>
RShortIterable.collectByte(ShortToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RRichIterable.flatCollectByte(Function<? super T, ? extends ByteIterable> function, R target) Same as flatCollect, only the results are collected into the target collection.default <R extends MutableByteCollection>
RByteIterable.reject(BytePredicate predicate, R target) Same asByteIterable.reject(BytePredicate), only the results are added to the target MutableByteCollection.default <R extends MutableByteCollection>
RByteIterable.select(BytePredicate predicate, R target) Same asByteIterable.select(BytePredicate), only the results are added to the target MutableByteCollection. -
Uses of MutableByteCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableByteCollection in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableByteCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableByteCollectionModifier and TypeMethodDescriptiondefault MutableByteCollectionMutableCollection.collectByte(ByteFunction<? super T> byteFunction) Returns a new primitivebyteiterable with the results of applying the specified function on each element of the source collection. -
Uses of MutableByteCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableByteCollectionModifier and TypeMethodDescriptionMutableByteCollection.asSynchronized()MutableByteCollection.asUnmodifiable()default MutableByteCollectionMutableByteCollection.newEmpty()Creates a new empty mutable version of the same collection type.MutableByteCollection.reject(BytePredicate predicate) MutableByteCollection.select(BytePredicate predicate) default MutableByteCollectionMutableByteCollection.tap(ByteProcedure procedure) MutableByteCollection.with(byte element) MutableByteCollection.withAll(ByteIterable elements) MutableByteCollection.without(byte element) MutableByteCollection.withoutAll(ByteIterable elements) -
Uses of MutableByteCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableByteCollection in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableByteCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteCollectionModifier and TypeMethodDescriptionMutableObjectByteMap.reject(BytePredicate predicate) MutableObjectByteMap.select(BytePredicate predicate) ByteValuesMap.values()Returns the values in this map as a separate collection.ObjectByteMap.values()Returns the values in this map as a separate collection. -
Uses of MutableByteCollection in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableByteCollectionModifier and TypeMethodDescriptiondefault <R extends MutableByteCollection>
ROrderedByteIterable.rejectWithIndex(ByteIntPredicate predicate, R target) Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableByteCollection>
ROrderedByteIterable.selectWithIndex(ByteIntPredicate predicate, R target) Returns a new MutableByteCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableByteCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableByteCollection in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.