Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableByteCollection
-
Packages that use MutableByteCollection Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.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.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.collector org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of MutableByteCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableByteCollection Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceMutableByteBagThis 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 MutableByteCollection Modifier and Type Method Description default 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 MutableByteCollection Modifier and Type Method Description MutableByteCollectionMutableByteCollection. asSynchronized()MutableByteCollectionMutableByteCollection. asUnmodifiable()default MutableByteCollectionMutableByteCollection. newEmpty()Creates a new empty mutable version of the same collection type.MutableByteCollectionMutableByteCollection. reject(BytePredicate predicate)MutableByteCollectionMutableByteCollection. select(BytePredicate predicate)default MutableByteCollectionMutableByteCollection. tap(ByteProcedure procedure)MutableByteCollectionMutableByteCollection. with(byte element)MutableByteCollectionMutableByteCollection. withAll(ByteIterable elements)MutableByteCollectionMutableByteCollection. without(byte element)MutableByteCollectionMutableByteCollection. withoutAll(ByteIterable elements) -
Uses of MutableByteCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableByteCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceMutableByteListThis 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 MutableByteCollection Modifier and Type Method Description MutableByteCollectionMutableObjectByteMap. reject(BytePredicate predicate)MutableByteCollectionMutableObjectByteMap. select(BytePredicate predicate)MutableByteCollectionByteValuesMap. values()Returns the values in this map as a separate collection.MutableByteCollectionObjectByteMap. 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 MutableByteCollection Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceMutableByteSetThis file was automatically generated from template file mutablePrimitiveSet.stg. -
Uses of MutableByteCollection in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RUnmodifiableRichIterable. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableRichIterable. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RAbstractBag. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractBag. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableByteCollection Modifier and Type Class Description classByteHashBagByteHashBag is similar toHashBag, and is memory-optimized for byte primitives.classSynchronizedByteBagA synchronized view of aMutableByteBag.classUnmodifiableByteBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Uses of MutableByteCollection in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RAbstractBiMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RAbstractBiMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RUnmodifiableBiMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableBiMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as MutableByteCollection Modifier and Type Field Description private MutableByteCollectionCollectByteProcedure. byteCollectionMethods in org.eclipse.collections.impl.block.procedure.primitive that return MutableByteCollection Modifier and Type Method Description MutableByteCollectionCollectByteProcedure. getByteCollection()Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type MutableByteCollection Constructor Description CollectByteProcedure(ByteFunction<? super T> byteFunction, MutableByteCollection targetCollection) -
Uses of MutableByteCollection in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RAbstractSynchronizedRichIterable. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractSynchronizedRichIterable. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RAbstractCollectionAdapter. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractUnmodifiableMutableCollection. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RAbstractUnmodifiableMutableCollection. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)Methods in org.eclipse.collections.impl.collection.mutable that return MutableByteCollection Modifier and Type Method Description MutableByteCollectionAbstractSynchronizedMutableCollection. collectByte(ByteFunction<? super T> byteFunction)MutableByteCollectionAbstractUnmodifiableMutableCollection. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteCollection in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement MutableByteCollection Modifier and Type Class Description classAbstractSynchronizedByteCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableByteCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedByteCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableByteCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Fields in org.eclipse.collections.impl.collection.mutable.primitive declared as MutableByteCollection Modifier and Type Field Description private MutableByteCollectionAbstractSynchronizedByteCollection. collectionprivate MutableByteCollectionAbstractUnmodifiableByteCollection. collectionMethods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableByteCollection Modifier and Type Method Description MutableByteCollectionAbstractSynchronizedByteCollection. asSynchronized()MutableByteCollectionAbstractUnmodifiableByteCollection. asSynchronized()MutableByteCollectionAbstractSynchronizedByteCollection. asUnmodifiable()MutableByteCollectionAbstractUnmodifiableByteCollection. asUnmodifiable()protected MutableByteCollectionAbstractSynchronizedByteCollection. getByteCollection()protected MutableByteCollectionAbstractUnmodifiableByteCollection. getByteCollection()MutableByteCollectionSynchronizedByteCollection. newEmpty()MutableByteCollectionUnmodifiableByteCollection. newEmpty()MutableByteCollectionAbstractSynchronizedByteCollection. reject(BytePredicate predicate)MutableByteCollectionAbstractUnmodifiableByteCollection. reject(BytePredicate predicate)MutableByteCollectionAbstractSynchronizedByteCollection. select(BytePredicate predicate)MutableByteCollectionAbstractUnmodifiableByteCollection. select(BytePredicate predicate)MutableByteCollectionAbstractSynchronizedByteCollection. with(byte element)MutableByteCollectionAbstractUnmodifiableByteCollection. with(byte element)MutableByteCollectionAbstractSynchronizedByteCollection. withAll(ByteIterable elements)MutableByteCollectionAbstractUnmodifiableByteCollection. withAll(ByteIterable elements)MutableByteCollectionAbstractSynchronizedByteCollection. without(byte element)MutableByteCollectionAbstractUnmodifiableByteCollection. without(byte element)MutableByteCollectionAbstractSynchronizedByteCollection. withoutAll(ByteIterable elements)MutableByteCollectionAbstractUnmodifiableByteCollection. withoutAll(ByteIterable elements)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableByteCollection Modifier and Type Method Description static SynchronizedByteCollectionSynchronizedByteCollection. of(MutableByteCollection collection)This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.static SynchronizedByteCollectionSynchronizedByteCollection. of(MutableByteCollection collection, java.lang.Object lock)This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.static UnmodifiableByteCollectionUnmodifiableByteCollection. of(MutableByteCollection collection)This method will take a MutableByteCollection and wrap it directly in a UnmodifiableByteCollection.Constructors in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableByteCollection Constructor Description AbstractSynchronizedByteCollection(MutableByteCollection collection)AbstractSynchronizedByteCollection(MutableByteCollection collection, java.lang.Object newLock)AbstractUnmodifiableByteCollection(MutableByteCollection collection)SynchronizedByteCollection(MutableByteCollection collection)SynchronizedByteCollection(MutableByteCollection collection, java.lang.Object newLock)UnmodifiableByteCollection(MutableByteCollection collection) -
Uses of MutableByteCollection in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with type parameters of type MutableByteCollection Modifier and Type Method Description static <T,R extends MutableByteCollection>
java.util.stream.Collector<T,?,R>Collectors2. collectByte(ByteFunction<? super T> function, java.util.function.Supplier<R> supplier)Returns a new MutableByteCollection with the results of applying the specified ByteFunction on each element of the source. -
Uses of MutableByteCollection in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive with type parameters of type MutableByteCollection Modifier and Type Field Description private Function0<MutableByteCollection>ChunkByteIterable.ChunkByteIterator. speciesNewStrategy -
Uses of MutableByteCollection in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RImmutableByteArrayList. reject(BytePredicate predicate, R target)<R extends MutableByteCollection>
RImmutableByteArrayList. select(BytePredicate predicate, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RFastList. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RFastList. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableByteCollection Modifier and Type Class Description classByteArrayListByteArrayList is similar to FastList, and is memory-optimized for byte primitives.classSynchronizedByteListA synchronized view of aMutableByteList.classUnmodifiableByteListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RByteArrayList. reject(BytePredicate predicate, R target)<R extends MutableByteCollection>
RSynchronizedByteList. rejectWithIndex(ByteIntPredicate predicate, R target)Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableByteCollection>
RUnmodifiableByteList. rejectWithIndex(ByteIntPredicate predicate, R target)Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableByteCollection>
RByteArrayList. select(BytePredicate predicate, R target)<R extends MutableByteCollection>
RSynchronizedByteList. selectWithIndex(ByteIntPredicate predicate, R target)Returns a new MutableByteCollection including all elements with corresponding indexes matching the specified predicate.<R extends MutableByteCollection>
RUnmodifiableByteList. 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.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RImmutableByteObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableByteObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableByteObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableCharObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableCharObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableCharObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableDoubleObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableDoubleObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableDoubleObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableFloatObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableFloatObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableFloatObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableIntObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableIntObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableIntObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableLongObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableLongObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableLongObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableShortObjectEmptyMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableShortObjectHashMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableShortObjectSingletonMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RImmutableByteObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableCharObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableDoubleObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableFloatObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableIntObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableLongObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RImmutableShortObjectEmptyMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableByteCollection Modifier and Type Method Description MutableByteCollectionImmutableByteByteEmptyMap. values()MutableByteCollectionImmutableByteByteHashMap. values()MutableByteCollectionImmutableByteByteSingletonMap. values()MutableByteCollectionImmutableCharByteEmptyMap. values()MutableByteCollectionImmutableCharByteHashMap. values()MutableByteCollectionImmutableCharByteSingletonMap. values()MutableByteCollectionImmutableDoubleByteEmptyMap. values()MutableByteCollectionImmutableDoubleByteHashMap. values()MutableByteCollectionImmutableDoubleByteSingletonMap. values()MutableByteCollectionImmutableFloatByteEmptyMap. values()MutableByteCollectionImmutableFloatByteHashMap. values()MutableByteCollectionImmutableFloatByteSingletonMap. values()MutableByteCollectionImmutableIntByteEmptyMap. values()MutableByteCollectionImmutableIntByteHashMap. values()MutableByteCollectionImmutableIntByteSingletonMap. values()MutableByteCollectionImmutableLongByteEmptyMap. values()MutableByteCollectionImmutableLongByteHashMap. values()MutableByteCollectionImmutableLongByteSingletonMap. values()MutableByteCollectionImmutableObjectByteEmptyMap. values()MutableByteCollectionImmutableObjectByteHashMap. values()MutableByteCollectionImmutableObjectByteSingletonMap. values()MutableByteCollectionImmutableShortByteEmptyMap. values()MutableByteCollectionImmutableShortByteHashMap. values()MutableByteCollectionImmutableShortByteSingletonMap. values() -
Uses of MutableByteCollection in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RUnmodifiableMutableMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableMutableMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RSynchronizedByteObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedCharObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedDoubleObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedFloatObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedIntObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedLongObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedShortObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableByteObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableCharObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableDoubleObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableFloatObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableIntObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableLongObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableShortObjectMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedByteObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedCharObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedDoubleObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedFloatObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedIntObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedLongObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedShortObjectMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target)Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteCollection Modifier and Type Method Description MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. asSynchronized()MutableByteCollectionObjectByteHashMap.ValuesCollection. asSynchronized()MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. asSynchronized()MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. asUnmodifiable()MutableByteCollectionObjectByteHashMap.ValuesCollection. asUnmodifiable()MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()MutableByteCollectionByteByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionCharByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionDoubleByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionFloatByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionIntByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionLongByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionObjectByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. newEmpty()MutableByteCollectionShortByteHashMap.ValuesCollection. newEmpty()MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMap. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMap.ValuesCollection. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. reject(BytePredicate predicate)MutableByteCollectionSynchronizedObjectByteMap. reject(BytePredicate predicate)MutableByteCollectionUnmodifiableObjectByteMap. reject(BytePredicate predicate)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMap. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMap.ValuesCollection. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. select(BytePredicate predicate)MutableByteCollectionSynchronizedObjectByteMap. select(BytePredicate predicate)MutableByteCollectionUnmodifiableObjectByteMap. select(BytePredicate predicate)MutableByteCollectionByteByteHashMap. values()MutableByteCollectionCharByteHashMap. values()MutableByteCollectionDoubleByteHashMap. values()MutableByteCollectionFloatByteHashMap. values()MutableByteCollectionIntByteHashMap. values()MutableByteCollectionLongByteHashMap. values()MutableByteCollectionObjectByteHashMap. values()MutableByteCollectionObjectByteHashMapWithHashingStrategy. values()MutableByteCollectionShortByteHashMap. values()MutableByteCollectionSynchronizedByteByteMap. values()MutableByteCollectionSynchronizedCharByteMap. values()MutableByteCollectionSynchronizedDoubleByteMap. values()MutableByteCollectionSynchronizedFloatByteMap. values()MutableByteCollectionSynchronizedIntByteMap. values()MutableByteCollectionSynchronizedLongByteMap. values()MutableByteCollectionSynchronizedObjectByteMap. values()MutableByteCollectionSynchronizedShortByteMap. values()MutableByteCollectionUnmodifiableByteByteMap. values()MutableByteCollectionUnmodifiableCharByteMap. values()MutableByteCollectionUnmodifiableDoubleByteMap. values()MutableByteCollectionUnmodifiableFloatByteMap. values()MutableByteCollectionUnmodifiableIntByteMap. values()MutableByteCollectionUnmodifiableLongByteMap. values()MutableByteCollectionUnmodifiableObjectByteMap. values()MutableByteCollectionUnmodifiableShortByteMap. values()MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. with(byte element)MutableByteCollectionObjectByteHashMap.ValuesCollection. with(byte element)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. with(byte element)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. withAll(ByteIterable elements)MutableByteCollectionObjectByteHashMap.ValuesCollection. withAll(ByteIterable elements)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. withAll(ByteIterable elements)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. without(byte element)MutableByteCollectionObjectByteHashMap.ValuesCollection. without(byte element)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. without(byte element)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. withoutAll(ByteIterable elements)MutableByteCollectionObjectByteHashMap.ValuesCollection. withoutAll(ByteIterable elements)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. withoutAll(ByteIterable elements) -
Uses of MutableByteCollection in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RUnmodifiableMutableOrderedMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableMutableOrderedMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RUnmodifiableTreeMap. collectByte(ByteFunction<? super V> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableTreeMap. flatCollectByte(Function<? super V,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableByteCollection Modifier and Type Class Description classByteHashSetclassSynchronizedByteSetA synchronized view of aMutableByteSet.classUnmodifiableByteSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg. -
Uses of MutableByteCollection in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RImmutableArrayStack. collectByte(ByteFunction<? super T> byteFunction, R target)Deprecated.<R extends MutableByteCollection>
RImmutableEmptyStack. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RImmutableArrayStack. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)Deprecated.<R extends MutableByteCollection>
RImmutableEmptyStack. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RArrayStack. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RSynchronizedStack. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RUnmodifiableStack. collectByte(ByteFunction<? super T> byteFunction, R target)<R extends MutableByteCollection>
RArrayStack. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RSynchronizedStack. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target)<R extends MutableByteCollection>
RUnmodifiableStack. flatCollectByte(Function<? super T,? extends ByteIterable> function, R target) -
Uses of MutableByteCollection in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description <R extends MutableByteCollection>
RSynchronizedByteStack. rejectWithIndex(ByteIntPredicate predicate, R target)Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableByteCollection>
RSynchronizedByteStack. 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.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type MutableByteCollection Modifier and Type Method Description static <T,R extends MutableByteCollection>
RArrayIterate. collectByte(T[] objectArray, ByteFunction<? super T> byteFunction, R target)static <T,R extends MutableByteCollection>
RArrayListIterate. collectByte(java.util.ArrayList<T> list, ByteFunction<? super T> byteFunction, R target)static <T,R extends MutableByteCollection>
RIterate. collectByte(java.lang.Iterable<T> iterable, ByteFunction<? super T> byteFunction, R target)Same asIterate.collectByte(Iterable, ByteFunction), except that the results are gathered into the specifiedtargetcollection.static <T,R extends MutableByteCollection>
RListIterate. collectByte(java.util.List<T> list, ByteFunction<? super T> byteFunction, R target)static <K,V,R extends MutableByteCollection>
RMapIterate. collectByte(java.util.Map<K,V> map, ByteFunction<? super V> byteFunction, R target)private static <T,R extends MutableByteCollection>
RArrayListIterate. collectByteFromInternalArray(java.util.ArrayList<T> source, ByteFunction<? super T> byteFunction, int elementsToCollect, R target)Methods in org.eclipse.collections.impl.utility that return MutableByteCollection Modifier and Type Method Description static <T> MutableByteCollectionIterate. collectByte(java.lang.Iterable<T> iterable, ByteFunction<? super T> byteFunction)Returns a newbytecollection with the results of applying the specified byteFunction for each element of the iterable.static <K,V>
MutableByteCollectionMapIterate. collectByte(java.util.Map<K,V> map, ByteFunction<? super V> byteFunction) -
Uses of MutableByteCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type MutableByteCollection Modifier and Type Method Description static <R extends MutableByteCollection,T>
RInternalArrayIterate. collectByte(T[] items, int size, ByteFunction<? super T> byteFunction, R target)Adds all array elements to the target MutableByteCollection after using the function supplied to convert each source element to the appropriate typestatic <T,R extends MutableByteCollection>
RIterableIterate. collectByte(java.lang.Iterable<T> iterable, ByteFunction<? super T> byteFunction, R target)static <T,R extends MutableByteCollection>
RIteratorIterate. collectByte(java.util.Iterator<T> iterator, ByteFunction<? super T> byteFunction, R target)static <T,R extends MutableByteCollection>
RRandomAccessListIterate. collectByte(java.util.List<T> list, ByteFunction<? super T> byteFunction, R target)Methods in org.eclipse.collections.impl.utility.internal that return MutableByteCollection Modifier and Type Method Description static <T> MutableByteCollectionIterableIterate. collectByte(java.lang.Iterable<T> iterable, ByteFunction<? super T> byteFunction)static <T> MutableByteCollectionIteratorIterate. collectByte(java.util.Iterator<T> iterator, ByteFunction<? super T> byteFunction) -
Uses of MutableByteCollection in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with type parameters of type MutableByteCollection Modifier and Type Method Description static <R extends MutableByteCollection>
RByteIterableIterate. reject(ByteIterable iterable, BytePredicate predicate, R targetCollection)static <R extends MutableByteCollection>
RByteIteratorIterate. reject(ByteIterator iterator, BytePredicate predicate, R targetCollection)static <R extends MutableByteCollection>
RByteIterableIterate. select(ByteIterable iterable, BytePredicate predicate, R targetCollection)static <R extends MutableByteCollection>
RByteIteratorIterate. select(ByteIterator iterator, BytePredicate predicate, R targetCollection)
-