Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableDoubleCollection
-
Packages that use MutableDoubleCollection 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 MutableDoubleCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableDoubleCollection Modifier and Type Method Description default <R extends MutableDoubleCollection>
RBooleanIterable. collectDouble(BooleanToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RByteIterable. collectDouble(ByteToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RCharIterable. collectDouble(CharToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RDoubleIterable. collectDouble(DoubleToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RFloatIterable. collectDouble(FloatToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RIntIterable. collectDouble(IntToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RLongIterable. collectDouble(LongToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RRichIterable. collectDouble(DoubleFunction<? super T> doubleFunction, R target)Same asRichIterable.collectDouble(DoubleFunction), except that the results are gathered into the specifiedtargetcollection.default <R extends MutableDoubleCollection>
RShortIterable. collectDouble(ShortToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableDoubleCollection>
RRichIterable. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)Same as flatCollect, only the results are collected into the target collection.default <R extends MutableDoubleCollection>
RDoubleIterable. reject(DoublePredicate predicate, R target)Same asDoubleIterable.reject(DoublePredicate), only the results are added to the target MutableDoubleCollection.default <R extends MutableDoubleCollection>
RDoubleIterable. select(DoublePredicate predicate, R target)Same asDoubleIterable.select(DoublePredicate), only the results are added to the target MutableDoubleCollection. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableDoubleCollection in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceMutableDoubleBagThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableDoubleCollection Modifier and Type Method Description default MutableDoubleCollectionMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction)Returns a new primitivedoubleiterable with the results of applying the specified function on each element of the source collection. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionMutableDoubleCollection. asSynchronized()MutableDoubleCollectionMutableDoubleCollection. asUnmodifiable()default MutableDoubleCollectionMutableDoubleCollection. newEmpty()Creates a new empty mutable version of the same collection type.MutableDoubleCollectionMutableDoubleCollection. reject(DoublePredicate predicate)MutableDoubleCollectionMutableDoubleCollection. select(DoublePredicate predicate)default MutableDoubleCollectionMutableDoubleCollection. tap(DoubleProcedure procedure)MutableDoubleCollectionMutableDoubleCollection. with(double element)MutableDoubleCollectionMutableDoubleCollection. withAll(DoubleIterable elements)MutableDoubleCollectionMutableDoubleCollection. without(double element)MutableDoubleCollectionMutableDoubleCollection. withoutAll(DoubleIterable elements) -
Uses of MutableDoubleCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableDoubleCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceMutableDoubleListThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionMutableObjectDoubleMap. reject(DoublePredicate predicate)MutableDoubleCollectionMutableObjectDoubleMap. select(DoublePredicate predicate)MutableDoubleCollectionDoubleValuesMap. values()Returns the values in this map as a separate collection.MutableDoubleCollectionObjectDoubleMap. values()Returns the values in this map as a separate collection. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description default <R extends MutableDoubleCollection>
ROrderedDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableDoubleCollection>
ROrderedDoubleIterable. selectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableDoubleCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableDoubleCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceMutableDoubleSetThis file was automatically generated from template file mutablePrimitiveSet.stg. -
Uses of MutableDoubleCollection in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RUnmodifiableRichIterable. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableRichIterable. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RAbstractBag. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractBag. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableDoubleCollection Modifier and Type Class Description classDoubleHashBagDoubleHashBag is similar toHashBag, and is memory-optimized for double primitives.classSynchronizedDoubleBagA synchronized view of aMutableDoubleBag.classUnmodifiableDoubleBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RAbstractBiMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractBiMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RUnmodifiableBiMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableBiMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as MutableDoubleCollection Modifier and Type Field Description private MutableDoubleCollectionCollectDoubleProcedure. doubleCollectionMethods in org.eclipse.collections.impl.block.procedure.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionCollectDoubleProcedure. getDoubleCollection()Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type MutableDoubleCollection Constructor Description CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RAbstractSynchronizedRichIterable. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractSynchronizedRichIterable. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RAbstractCollectionAdapter. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractUnmodifiableMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RAbstractUnmodifiableMutableCollection. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)Methods in org.eclipse.collections.impl.collection.mutable that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionAbstractSynchronizedMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleCollectionAbstractUnmodifiableMutableCollection. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement MutableDoubleCollection Modifier and Type Class Description classAbstractSynchronizedDoubleCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableDoubleCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedDoubleCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableDoubleCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Fields in org.eclipse.collections.impl.collection.mutable.primitive declared as MutableDoubleCollection Modifier and Type Field Description private MutableDoubleCollectionAbstractSynchronizedDoubleCollection. collectionprivate MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. collectionMethods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionAbstractSynchronizedDoubleCollection. asSynchronized()MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. asSynchronized()MutableDoubleCollectionAbstractSynchronizedDoubleCollection. asUnmodifiable()MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. asUnmodifiable()protected MutableDoubleCollectionAbstractSynchronizedDoubleCollection. getDoubleCollection()protected MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. getDoubleCollection()MutableDoubleCollectionSynchronizedDoubleCollection. newEmpty()MutableDoubleCollectionUnmodifiableDoubleCollection. newEmpty()MutableDoubleCollectionAbstractSynchronizedDoubleCollection. reject(DoublePredicate predicate)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. reject(DoublePredicate predicate)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. select(DoublePredicate predicate)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. select(DoublePredicate predicate)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. with(double element)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. with(double element)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. withAll(DoubleIterable elements)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. withAll(DoubleIterable elements)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. without(double element)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. without(double element)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. withoutAll(DoubleIterable elements)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. withoutAll(DoubleIterable elements)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableDoubleCollection Modifier and Type Method Description static SynchronizedDoubleCollectionSynchronizedDoubleCollection. of(MutableDoubleCollection collection)This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.static SynchronizedDoubleCollectionSynchronizedDoubleCollection. of(MutableDoubleCollection collection, java.lang.Object lock)This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.static UnmodifiableDoubleCollectionUnmodifiableDoubleCollection. of(MutableDoubleCollection collection)This method will take a MutableDoubleCollection and wrap it directly in a UnmodifiableDoubleCollection.Constructors in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableDoubleCollection Constructor Description AbstractSynchronizedDoubleCollection(MutableDoubleCollection collection)AbstractSynchronizedDoubleCollection(MutableDoubleCollection collection, java.lang.Object newLock)AbstractUnmodifiableDoubleCollection(MutableDoubleCollection collection)SynchronizedDoubleCollection(MutableDoubleCollection collection)SynchronizedDoubleCollection(MutableDoubleCollection collection, java.lang.Object newLock)UnmodifiableDoubleCollection(MutableDoubleCollection collection) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with type parameters of type MutableDoubleCollection Modifier and Type Method Description static <T,R extends MutableDoubleCollection>
java.util.stream.Collector<T,?,R>Collectors2. collectDouble(DoubleFunction<? super T> function, java.util.function.Supplier<R> supplier)Returns a new MutableDoubleCollection with the results of applying the specified DoubleFunction on each element of the source. -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive with type parameters of type MutableDoubleCollection Modifier and Type Field Description private Function0<MutableDoubleCollection>ChunkDoubleIterable.ChunkDoubleIterator. speciesNewStrategy -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RImmutableDoubleArrayList. reject(DoublePredicate predicate, R target)<R extends MutableDoubleCollection>
RImmutableDoubleArrayList. select(DoublePredicate predicate, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RFastList. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RFastList. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableDoubleCollection Modifier and Type Class Description classDoubleArrayListDoubleArrayList is similar to FastList, and is memory-optimized for double primitives.classSynchronizedDoubleListA synchronized view of aMutableDoubleList.classUnmodifiableDoubleListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RDoubleArrayList. reject(DoublePredicate predicate, R target)<R extends MutableDoubleCollection>
RSynchronizedDoubleList. rejectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RUnmodifiableDoubleList. rejectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RDoubleArrayList. select(DoublePredicate predicate, R target)<R extends MutableDoubleCollection>
RSynchronizedDoubleList. selectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RUnmodifiableDoubleList. selectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RImmutableByteObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableByteObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableByteObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableCharObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableCharObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableCharObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableDoubleObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableDoubleObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableDoubleObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableFloatObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableFloatObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableFloatObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableIntObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableIntObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableIntObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableLongObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableLongObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableLongObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableShortObjectEmptyMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableShortObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableShortObjectSingletonMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableByteObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableCharObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableDoubleObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableFloatObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableIntObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableLongObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RImmutableShortObjectEmptyMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionImmutableByteDoubleEmptyMap. values()MutableDoubleCollectionImmutableByteDoubleHashMap. values()MutableDoubleCollectionImmutableByteDoubleSingletonMap. values()MutableDoubleCollectionImmutableCharDoubleEmptyMap. values()MutableDoubleCollectionImmutableCharDoubleHashMap. values()MutableDoubleCollectionImmutableCharDoubleSingletonMap. values()MutableDoubleCollectionImmutableDoubleDoubleEmptyMap. values()MutableDoubleCollectionImmutableDoubleDoubleHashMap. values()MutableDoubleCollectionImmutableDoubleDoubleSingletonMap. values()MutableDoubleCollectionImmutableFloatDoubleEmptyMap. values()MutableDoubleCollectionImmutableFloatDoubleHashMap. values()MutableDoubleCollectionImmutableFloatDoubleSingletonMap. values()MutableDoubleCollectionImmutableIntDoubleEmptyMap. values()MutableDoubleCollectionImmutableIntDoubleHashMap. values()MutableDoubleCollectionImmutableIntDoubleSingletonMap. values()MutableDoubleCollectionImmutableLongDoubleEmptyMap. values()MutableDoubleCollectionImmutableLongDoubleHashMap. values()MutableDoubleCollectionImmutableLongDoubleSingletonMap. values()MutableDoubleCollectionImmutableObjectDoubleEmptyMap. values()MutableDoubleCollectionImmutableObjectDoubleHashMap. values()MutableDoubleCollectionImmutableObjectDoubleSingletonMap. values()MutableDoubleCollectionImmutableShortDoubleEmptyMap. values()MutableDoubleCollectionImmutableShortDoubleHashMap. values()MutableDoubleCollectionImmutableShortDoubleSingletonMap. values() -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RUnmodifiableMutableMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableMutableMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RSynchronizedByteObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedCharObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedDoubleObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedFloatObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedIntObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedLongObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedShortObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableByteObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableCharObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableDoubleObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableFloatObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableIntObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableLongObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableShortObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedByteObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedCharObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedDoubleObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedFloatObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedIntObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedLongObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedShortObjectMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target)Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleCollection Modifier and Type Method Description MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. asSynchronized()MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. asSynchronized()MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. asSynchronized()MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. asUnmodifiable()MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. asUnmodifiable()MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()MutableDoubleCollectionByteDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionCharDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionDoubleDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionFloatDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionIntDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionLongDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. newEmpty()MutableDoubleCollectionShortDoubleHashMap.ValuesCollection. newEmpty()MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. reject(DoublePredicate predicate)MutableDoubleCollectionSynchronizedObjectDoubleMap. reject(DoublePredicate predicate)MutableDoubleCollectionUnmodifiableObjectDoubleMap. reject(DoublePredicate predicate)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. select(DoublePredicate predicate)MutableDoubleCollectionSynchronizedObjectDoubleMap. select(DoublePredicate predicate)MutableDoubleCollectionUnmodifiableObjectDoubleMap. select(DoublePredicate predicate)MutableDoubleCollectionByteDoubleHashMap. values()MutableDoubleCollectionCharDoubleHashMap. values()MutableDoubleCollectionDoubleDoubleHashMap. values()MutableDoubleCollectionFloatDoubleHashMap. values()MutableDoubleCollectionIntDoubleHashMap. values()MutableDoubleCollectionLongDoubleHashMap. values()MutableDoubleCollectionObjectDoubleHashMap. values()MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy. values()MutableDoubleCollectionShortDoubleHashMap. values()MutableDoubleCollectionSynchronizedByteDoubleMap. values()MutableDoubleCollectionSynchronizedCharDoubleMap. values()MutableDoubleCollectionSynchronizedDoubleDoubleMap. values()MutableDoubleCollectionSynchronizedFloatDoubleMap. values()MutableDoubleCollectionSynchronizedIntDoubleMap. values()MutableDoubleCollectionSynchronizedLongDoubleMap. values()MutableDoubleCollectionSynchronizedObjectDoubleMap. values()MutableDoubleCollectionSynchronizedShortDoubleMap. values()MutableDoubleCollectionUnmodifiableByteDoubleMap. values()MutableDoubleCollectionUnmodifiableCharDoubleMap. values()MutableDoubleCollectionUnmodifiableDoubleDoubleMap. values()MutableDoubleCollectionUnmodifiableFloatDoubleMap. values()MutableDoubleCollectionUnmodifiableIntDoubleMap. values()MutableDoubleCollectionUnmodifiableLongDoubleMap. values()MutableDoubleCollectionUnmodifiableObjectDoubleMap. values()MutableDoubleCollectionUnmodifiableShortDoubleMap. values()MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. with(double element)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. with(double element)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. with(double element)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. withAll(DoubleIterable elements)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. withAll(DoubleIterable elements)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. withAll(DoubleIterable elements)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. without(double element)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. without(double element)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. without(double element)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. withoutAll(DoubleIterable elements)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. withoutAll(DoubleIterable elements)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. withoutAll(DoubleIterable elements) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RUnmodifiableMutableOrderedMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableMutableOrderedMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RUnmodifiableTreeMap. collectDouble(DoubleFunction<? super V> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableTreeMap. flatCollectDouble(Function<? super V,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableDoubleCollection Modifier and Type Class Description classDoubleHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedDoubleSetA synchronized view of aMutableDoubleSet.classUnmodifiableDoubleSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RDoubleHashSet. reject(DoublePredicate predicate, R target)<R extends MutableDoubleCollection>
RDoubleHashSet. select(DoublePredicate predicate, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RImmutableArrayStack. collectDouble(DoubleFunction<? super T> doubleFunction, R target)Deprecated.<R extends MutableDoubleCollection>
RImmutableEmptyStack. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RImmutableArrayStack. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)Deprecated.<R extends MutableDoubleCollection>
RImmutableEmptyStack. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RArrayStack. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RSynchronizedStack. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RUnmodifiableStack. collectDouble(DoubleFunction<? super T> doubleFunction, R target)<R extends MutableDoubleCollection>
RArrayStack. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RSynchronizedStack. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)<R extends MutableDoubleCollection>
RUnmodifiableStack. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description <R extends MutableDoubleCollection>
RSynchronizedDoubleStack. rejectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RSynchronizedDoubleStack. selectWithIndex(DoubleIntPredicate predicate, R target)Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type MutableDoubleCollection Modifier and Type Method Description static <T,R extends MutableDoubleCollection>
RArrayIterate. collectDouble(T[] objectArray, DoubleFunction<? super T> doubleFunction, R target)static <T,R extends MutableDoubleCollection>
RArrayListIterate. collectDouble(java.util.ArrayList<T> list, DoubleFunction<? super T> doubleFunction, R target)static <T,R extends MutableDoubleCollection>
RIterate. collectDouble(java.lang.Iterable<T> iterable, DoubleFunction<? super T> doubleFunction, R target)Same asIterate.collectDouble(Iterable, DoubleFunction), except that the results are gathered into the specifiedtargetcollection.static <T,R extends MutableDoubleCollection>
RListIterate. collectDouble(java.util.List<T> list, DoubleFunction<? super T> doubleFunction, R target)static <K,V,R extends MutableDoubleCollection>
RMapIterate. collectDouble(java.util.Map<K,V> map, DoubleFunction<? super V> doubleFunction, R target)private static <T,R extends MutableDoubleCollection>
RArrayListIterate. collectDoubleFromInternalArray(java.util.ArrayList<T> source, DoubleFunction<? super T> doubleFunction, int elementsToCollect, R target)Methods in org.eclipse.collections.impl.utility that return MutableDoubleCollection Modifier and Type Method Description static <T> MutableDoubleCollectionIterate. collectDouble(java.lang.Iterable<T> iterable, DoubleFunction<? super T> doubleFunction)Returns a newdoublecollection with the results of applying the specified doubleFunction for each element of the iterable.static <K,V>
MutableDoubleCollectionMapIterate. collectDouble(java.util.Map<K,V> map, DoubleFunction<? super V> doubleFunction) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type MutableDoubleCollection Modifier and Type Method Description static <R extends MutableDoubleCollection,T>
RInternalArrayIterate. collectDouble(T[] items, int size, DoubleFunction<? super T> doubleFunction, R target)Adds all array elements to the target MutableDoubleCollection after using the function supplied to convert each source element to the appropriate typestatic <T,R extends MutableDoubleCollection>
RIterableIterate. collectDouble(java.lang.Iterable<T> iterable, DoubleFunction<? super T> doubleFunction, R target)static <T,R extends MutableDoubleCollection>
RIteratorIterate. collectDouble(java.util.Iterator<T> iterator, DoubleFunction<? super T> doubleFunction, R target)static <T,R extends MutableDoubleCollection>
RRandomAccessListIterate. collectDouble(java.util.List<T> list, DoubleFunction<? super T> doubleFunction, R target)Methods in org.eclipse.collections.impl.utility.internal that return MutableDoubleCollection Modifier and Type Method Description static <T> MutableDoubleCollectionIterableIterate. collectDouble(java.lang.Iterable<T> iterable, DoubleFunction<? super T> doubleFunction)static <T> MutableDoubleCollectionIteratorIterate. collectDouble(java.util.Iterator<T> iterator, DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleCollection in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with type parameters of type MutableDoubleCollection Modifier and Type Method Description static <R extends MutableDoubleCollection>
RDoubleIterableIterate. reject(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. reject(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIterableIterate. select(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. select(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)
-