Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableDoubleBag
-
Packages that use MutableDoubleBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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. -
-
Uses of MutableDoubleBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagDoubleIterable. 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 MutableDoubleBag Modifier and Type Method Description default 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 MutableDoubleBag Modifier and Type Method Description MutableDoubleBagMutableDoubleBag. asSynchronized()MutableDoubleBagMutableDoubleBag. asUnmodifiable()default MutableDoubleBagMutableDoubleBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableDoubleBagMutableDoubleBag. reject(DoublePredicate predicate)MutableDoubleBagMutableDoubleBag. select(DoublePredicate predicate)MutableDoubleBagMutableDoubleBag. 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)MutableDoubleBagMutableDoubleBag. with(double element)MutableDoubleBagMutableDoubleBag. withAll(DoubleIterable elements)MutableDoubleBagMutableDoubleBag. without(double element)MutableDoubleBagMutableDoubleBag. 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 MutableDoubleBag Modifier and Type Method Description MutableDoubleBagMutableDoubleBagFactory. empty()MutableDoubleBagMutableDoubleBagFactory. of()Same asMutableDoubleBagFactory.empty().MutableDoubleBagMutableDoubleBagFactory. of(double... items)MutableDoubleBagMutableDoubleBagFactory. ofAll(Iterable<Double> iterable)MutableDoubleBagMutableDoubleBagFactory. ofAll(DoubleStream items)MutableDoubleBagMutableDoubleBagFactory. ofAll(DoubleIterable items)MutableDoubleBagMutableDoubleBagFactory. with()Same asMutableDoubleBagFactory.empty().MutableDoubleBagMutableDoubleBagFactory. with(double... items)MutableDoubleBagMutableDoubleBagFactory. withAll(Iterable<Double> iterable)MutableDoubleBagMutableDoubleBagFactory. withAll(DoubleStream items)MutableDoubleBagMutableDoubleBagFactory. withAll(DoubleIterable items) -
Uses of MutableDoubleBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagMutableMap. 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 MutableDoubleBag Modifier and Type Method Description MutableDoubleBagMutablePrimitiveObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagMutableDoubleValuesMap. reject(DoublePredicate predicate)MutableDoubleBagMutableDoubleValuesMap. select(DoublePredicate predicate)
-