Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableDoubleBag
Packages that use MutableDoubleBag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
Map
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 implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableDoubleBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableDoubleBagModifier and TypeMethodDescriptionDoubleIterable.toBag()
Converts the DoubleIterable to a new MutableDoubleBag. -
Uses of MutableDoubleBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableDoubleBagModifier and TypeMethodDescriptiondefault MutableDoubleBag
MutableBag.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableDoubleBagModifier and TypeMethodDescriptionMutableDoubleBag.asSynchronized()
MutableDoubleBag.asUnmodifiable()
default MutableDoubleBag
MutableDoubleBag.newEmpty()
Creates a new empty mutable version of the same Bag type.MutableDoubleBag.reject
(DoublePredicate predicate) MutableDoubleBag.select
(DoublePredicate predicate) MutableDoubleBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableDoubleBag
MutableDoubleBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableDoubleBag
MutableDoubleBag.tap
(DoubleProcedure procedure) MutableDoubleBag.with
(double element) MutableDoubleBag.withAll
(DoubleIterable elements) MutableDoubleBag.without
(double element) MutableDoubleBag.withoutAll
(DoubleIterable elements) -
Uses of MutableDoubleBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableDoubleBagModifier and TypeMethodDescriptionMutableDoubleBagFactory.empty()
MutableDoubleBagFactory.of()
Same asMutableDoubleBagFactory.empty()
.MutableDoubleBagFactory.of
(double... items) MutableDoubleBagFactory.ofAll
(DoubleStream items) MutableDoubleBagFactory.ofAll
(DoubleIterable items) MutableDoubleBagFactory.with()
Same asMutableDoubleBagFactory.empty()
.MutableDoubleBagFactory.with
(double... items) MutableDoubleBagFactory.withAll
(DoubleStream items) MutableDoubleBagFactory.withAll
(DoubleIterable items) -
Uses of MutableDoubleBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableDoubleBagModifier and TypeMethodDescriptionMutableMap.collectDouble
(DoubleFunction<? super V> doubleFunction) -
Uses of MutableDoubleBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) MutableDoubleValuesMap.reject
(DoublePredicate predicate) MutableDoubleValuesMap.select
(DoublePredicate predicate) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableDoubleBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectDouble
(DoubleFunction<? super T> doubleFunction) SynchronizedBag.collectDouble
(DoubleFunction<? super T> doubleFunction) UnmodifiableBag.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableDoubleBagModifier and TypeClassDescriptionclass
DoubleHashBag is similar toHashBag
, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableDoubleBagModifier and TypeMethodDescriptionDoubleHashBag.asSynchronized()
SynchronizedDoubleBag.asSynchronized()
UnmodifiableDoubleBag.asSynchronized()
DoubleHashBag.asUnmodifiable()
SynchronizedDoubleBag.asUnmodifiable()
UnmodifiableDoubleBag.asUnmodifiable()
MutableDoubleBagFactoryImpl.empty()
SynchronizedDoubleBag.newEmpty()
UnmodifiableDoubleBag.newEmpty()
MutableDoubleBagFactoryImpl.of()
MutableDoubleBagFactoryImpl.of
(double... items) MutableDoubleBagFactoryImpl.ofAll
(DoubleStream items) MutableDoubleBagFactoryImpl.ofAll
(DoubleIterable items) SynchronizedDoubleBag.reject
(DoublePredicate predicate) UnmodifiableDoubleBag.reject
(DoublePredicate predicate) SynchronizedDoubleBag.select
(DoublePredicate predicate) UnmodifiableDoubleBag.select
(DoublePredicate predicate) SynchronizedDoubleBag.selectByOccurrences
(IntPredicate predicate) UnmodifiableDoubleBag.selectByOccurrences
(IntPredicate predicate) MutableDoubleBagFactoryImpl.with()
MutableDoubleBagFactoryImpl.with
(double... items) MutableDoubleBagFactoryImpl.withAll
(DoubleStream items) MutableDoubleBagFactoryImpl.withAll
(DoubleIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableDoubleBagModifier and TypeMethodDescriptionAbstractMutableMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedMutableMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableMutableMap.collectDouble
(DoubleFunction<? super V> doubleFunction) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleBagModifier and TypeMethodDescriptionByteObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) CharObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) DoubleObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) FloatObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) IntObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) LongObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) ShortObjectHashMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedByteObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedCharObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedDoubleObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedFloatObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedIntObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedLongObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) SynchronizedShortObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableByteObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableCharObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableDoubleObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableFloatObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableIntObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableLongObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) UnmodifiableShortObjectMap.collectDouble
(DoubleFunction<? super V> doubleFunction) AbstractMutableDoubleValuesMap.reject
(DoublePredicate predicate) SynchronizedByteDoubleMap.reject
(DoublePredicate predicate) SynchronizedCharDoubleMap.reject
(DoublePredicate predicate) SynchronizedDoubleDoubleMap.reject
(DoublePredicate predicate) SynchronizedFloatDoubleMap.reject
(DoublePredicate predicate) SynchronizedIntDoubleMap.reject
(DoublePredicate predicate) SynchronizedLongDoubleMap.reject
(DoublePredicate predicate) SynchronizedShortDoubleMap.reject
(DoublePredicate predicate) UnmodifiableByteDoubleMap.reject
(DoublePredicate predicate) UnmodifiableCharDoubleMap.reject
(DoublePredicate predicate) UnmodifiableDoubleDoubleMap.reject
(DoublePredicate predicate) UnmodifiableFloatDoubleMap.reject
(DoublePredicate predicate) UnmodifiableIntDoubleMap.reject
(DoublePredicate predicate) UnmodifiableLongDoubleMap.reject
(DoublePredicate predicate) UnmodifiableShortDoubleMap.reject
(DoublePredicate predicate) AbstractMutableDoubleValuesMap.select
(DoublePredicate predicate) SynchronizedByteDoubleMap.select
(DoublePredicate predicate) SynchronizedCharDoubleMap.select
(DoublePredicate predicate) SynchronizedDoubleDoubleMap.select
(DoublePredicate predicate) SynchronizedFloatDoubleMap.select
(DoublePredicate predicate) SynchronizedIntDoubleMap.select
(DoublePredicate predicate) SynchronizedLongDoubleMap.select
(DoublePredicate predicate) SynchronizedShortDoubleMap.select
(DoublePredicate predicate) UnmodifiableByteDoubleMap.select
(DoublePredicate predicate) UnmodifiableCharDoubleMap.select
(DoublePredicate predicate) UnmodifiableDoubleDoubleMap.select
(DoublePredicate predicate) UnmodifiableFloatDoubleMap.select
(DoublePredicate predicate) UnmodifiableIntDoubleMap.select
(DoublePredicate predicate) UnmodifiableLongDoubleMap.select
(DoublePredicate predicate) UnmodifiableShortDoubleMap.select
(DoublePredicate predicate) AbstractMutableDoubleKeySet.toBag()
ObjectDoubleHashMap.toBag()
ObjectDoubleHashMapWithHashingStrategy.toBag()
SynchronizedByteDoubleMap.toBag()
SynchronizedCharDoubleMap.toBag()
SynchronizedDoubleDoubleMap.toBag()
SynchronizedFloatDoubleMap.toBag()
SynchronizedIntDoubleMap.toBag()
SynchronizedLongDoubleMap.toBag()
SynchronizedObjectDoubleMap.toBag()
SynchronizedShortDoubleMap.toBag()
UnmodifiableByteDoubleMap.toBag()
UnmodifiableCharDoubleMap.toBag()
UnmodifiableDoubleDoubleMap.toBag()
UnmodifiableFloatDoubleMap.toBag()
UnmodifiableIntDoubleMap.toBag()
UnmodifiableLongDoubleMap.toBag()
UnmodifiableObjectDoubleMap.toBag()
UnmodifiableShortDoubleMap.toBag()
-
Uses of MutableDoubleBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableDoubleBag -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableDoubleBagModifier and TypeMethodDescriptionstatic MutableDoubleBag
PrimitiveStreams.mDoubleBag
(DoubleStream stream)