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
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
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 MutableDoubleBagMutableBag.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 MutableDoubleBagMutableDoubleBag.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 MutableDoubleBagMutableDoubleBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableDoubleBagMutableDoubleBag.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)