Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag
-
Packages that use ImmutableDoubleBag Package Description 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 ImmutableDoubleBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableDoubleBag Modifier and Type Method Description ImmutableDoubleBagImmutableBag. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableDoubleBag Modifier and Type Method Description ImmutableDoubleBagImmutableDoubleBag. newWith(double element)ImmutableDoubleBagImmutableDoubleBag. newWithAll(DoubleIterable elements)ImmutableDoubleBagImmutableDoubleBag. newWithout(double element)ImmutableDoubleBagImmutableDoubleBag. newWithoutAll(DoubleIterable elements)ImmutableDoubleBagImmutableDoubleBag. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleBag. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableDoubleBagImmutableDoubleBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableDoubleBagImmutableDoubleBag. tap(DoubleProcedure procedure)ImmutableDoubleBagDoubleBag. toImmutable()Returns an immutable copy of this bag.ImmutableDoubleBagMutableDoubleBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableDoubleBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableDoubleBag Modifier and Type Method Description ImmutableDoubleBagImmutableDoubleBagFactory. empty()ImmutableDoubleBagImmutableDoubleBagFactory. of()Same asImmutableDoubleBagFactory.empty().ImmutableDoubleBagImmutableDoubleBagFactory. of(double one)ImmutableDoubleBagImmutableDoubleBagFactory. of(double... items)ImmutableDoubleBagImmutableDoubleBagFactory. ofAll(Iterable<Double> iterable)ImmutableDoubleBagImmutableDoubleBagFactory. ofAll(DoubleStream items)ImmutableDoubleBagImmutableDoubleBagFactory. ofAll(DoubleIterable items)ImmutableDoubleBagImmutableDoubleBagFactory. with()Same asImmutableDoubleBagFactory.empty().ImmutableDoubleBagImmutableDoubleBagFactory. with(double one)ImmutableDoubleBagImmutableDoubleBagFactory. with(double... items)ImmutableDoubleBagImmutableDoubleBagFactory. withAll(Iterable<Double> iterable)ImmutableDoubleBagImmutableDoubleBagFactory. withAll(DoubleStream items)ImmutableDoubleBagImmutableDoubleBagFactory. withAll(DoubleIterable items) -
Uses of ImmutableDoubleBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableDoubleBag Modifier and Type Method Description ImmutableDoubleBagImmutableMap. collectDouble(DoubleFunction<? super V> doubleFunction) -
Uses of ImmutableDoubleBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableDoubleBag Modifier and Type Method Description ImmutableDoubleBagImmutablePrimitiveObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)ImmutableDoubleBagImmutableByteDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleMap. select(DoublePredicate predicate)
-