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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.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.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.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.stream -
-
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(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleBagMutableDoubleBagFactory. ofAll(java.util.stream.DoubleStream items)MutableDoubleBagMutableDoubleBagFactory. ofAll(DoubleIterable items)MutableDoubleBagMutableDoubleBagFactory. with()Same asMutableDoubleBagFactory.empty().MutableDoubleBagMutableDoubleBagFactory. with(double... items)MutableDoubleBagMutableDoubleBagFactory. withAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleBagMutableDoubleBagFactory. withAll(java.util.stream.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) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableDoubleBag Modifier and Type Field Description private MutableDoubleBagImmutableDoubleHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagImmutableDoubleEmptyBag. toBag()MutableDoubleBagImmutableDoubleHashBag. toBag()MutableDoubleBagImmutableDoubleSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableDoubleBag Modifier and Type Method Description static ImmutableDoubleHashBagImmutableDoubleHashBag. newBagWith(MutableDoubleBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableDoubleBag Constructor Description ImmutableDoubleHashBag(MutableDoubleBag delegate) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagMultiReaderHashBag. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleBagMultiReaderHashBag.UntouchableMutableBag. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleBagSynchronizedBag. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleBagUnmodifiableBag. 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 MutableDoubleBag 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.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagDoubleHashBag. asSynchronized()MutableDoubleBagSynchronizedDoubleBag. asSynchronized()MutableDoubleBagUnmodifiableDoubleBag. asSynchronized()MutableDoubleBagDoubleHashBag. asUnmodifiable()MutableDoubleBagSynchronizedDoubleBag. asUnmodifiable()MutableDoubleBagUnmodifiableDoubleBag. asUnmodifiable()MutableDoubleBagMutableDoubleBagFactoryImpl. empty()private MutableDoubleBagSynchronizedDoubleBag. getMutableDoubleBag()private MutableDoubleBagUnmodifiableDoubleBag. getMutableDoubleBag()MutableDoubleBagSynchronizedDoubleBag. newEmpty()MutableDoubleBagUnmodifiableDoubleBag. newEmpty()MutableDoubleBagMutableDoubleBagFactoryImpl. of()MutableDoubleBagMutableDoubleBagFactoryImpl. of(double... items)MutableDoubleBagMutableDoubleBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleBagMutableDoubleBagFactoryImpl. ofAll(java.util.stream.DoubleStream items)MutableDoubleBagMutableDoubleBagFactoryImpl. ofAll(DoubleIterable items)MutableDoubleBagSynchronizedDoubleBag. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleBag. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleBag. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleBag. select(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleBag. selectByOccurrences(IntPredicate predicate)MutableDoubleBagUnmodifiableDoubleBag. selectByOccurrences(IntPredicate predicate)MutableDoubleBagMutableDoubleBagFactoryImpl. with()MutableDoubleBagMutableDoubleBagFactoryImpl. with(double... items)MutableDoubleBagMutableDoubleBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleBagMutableDoubleBagFactoryImpl. withAll(java.util.stream.DoubleStream items)MutableDoubleBagMutableDoubleBagFactoryImpl. withAll(DoubleIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableDoubleBag Constructor Description SynchronizedDoubleBag(MutableDoubleBag bag)SynchronizedDoubleBag(MutableDoubleBag bag, java.lang.Object newLock)UnmodifiableDoubleBag(MutableDoubleBag bag) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractMutableBiMap. collectDouble(DoubleFunction<? super V> doubleFunction) -
Uses of MutableDoubleBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractSynchronizedDoubleCollection. toBag()MutableDoubleBagAbstractUnmodifiableDoubleCollection. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractLazyDoubleIterable. toBag()MutableDoubleBagCollectDoubleIterable. toBag()MutableDoubleBagLazyDoubleIterableAdapter. toBag()MutableDoubleBagReverseDoubleIterable. toBag()MutableDoubleBagSelectDoubleIterable. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagImmutableDoubleArrayList. toBag()MutableDoubleBagImmutableDoubleEmptyList. toBag()MutableDoubleBagImmutableDoubleSingletonList. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagImmutableByteDoubleEmptyMap. toBag()MutableDoubleBagImmutableByteDoubleHashMap. toBag()MutableDoubleBagImmutableByteDoubleSingletonMap. toBag()MutableDoubleBagImmutableCharDoubleEmptyMap. toBag()MutableDoubleBagImmutableCharDoubleHashMap. toBag()MutableDoubleBagImmutableCharDoubleSingletonMap. toBag()MutableDoubleBagImmutableDoubleDoubleEmptyMap. toBag()MutableDoubleBagImmutableDoubleDoubleHashMap. toBag()MutableDoubleBagImmutableDoubleDoubleSingletonMap. toBag()MutableDoubleBagImmutableFloatDoubleEmptyMap. toBag()MutableDoubleBagImmutableFloatDoubleHashMap. toBag()MutableDoubleBagImmutableFloatDoubleSingletonMap. toBag()MutableDoubleBagImmutableIntDoubleEmptyMap. toBag()MutableDoubleBagImmutableIntDoubleHashMap. toBag()MutableDoubleBagImmutableIntDoubleSingletonMap. toBag()MutableDoubleBagImmutableLongDoubleEmptyMap. toBag()MutableDoubleBagImmutableLongDoubleHashMap. toBag()MutableDoubleBagImmutableLongDoubleSingletonMap. toBag()MutableDoubleBagImmutableObjectDoubleEmptyMap. toBag()MutableDoubleBagImmutableObjectDoubleHashMap. toBag()MutableDoubleBagImmutableObjectDoubleSingletonMap. toBag()MutableDoubleBagImmutableShortDoubleEmptyMap. toBag()MutableDoubleBagImmutableShortDoubleHashMap. toBag()MutableDoubleBagImmutableShortDoubleSingletonMap. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractMutableMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedMutableMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableMutableMap. 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 MutableDoubleBag Modifier and Type Method Description MutableDoubleBagByteObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagCharObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagDoubleObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagFloatObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagIntObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagLongObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagShortObjectHashMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedByteObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedCharObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedDoubleObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedFloatObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedIntObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedLongObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagSynchronizedShortObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableByteObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableCharObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableDoubleObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableFloatObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableIntObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableLongObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagUnmodifiableShortObjectMap. collectDouble(DoubleFunction<? super V> doubleFunction)MutableDoubleBagAbstractMutableDoubleValuesMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedByteDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedCharDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedFloatDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedIntDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedLongDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedShortDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableByteDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableCharDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableFloatDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableIntDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableLongDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableShortDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagAbstractMutableDoubleValuesMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedByteDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedCharDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedFloatDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedIntDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedLongDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedShortDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableByteDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableCharDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableFloatDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableIntDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableLongDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableShortDoubleMap. select(DoublePredicate predicate)MutableDoubleBagAbstractMutableDoubleKeySet. toBag()MutableDoubleBagAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. toBag()MutableDoubleBagDoubleBooleanHashMap.KeysView. toBag()MutableDoubleBagObjectDoubleHashMap. toBag()MutableDoubleBagObjectDoubleHashMap.ValuesCollection. toBag()MutableDoubleBagObjectDoubleHashMapWithHashingStrategy. toBag()MutableDoubleBagObjectDoubleHashMapWithHashingStrategy.ValuesCollection. toBag()MutableDoubleBagSynchronizedByteDoubleMap. toBag()MutableDoubleBagSynchronizedCharDoubleMap. toBag()MutableDoubleBagSynchronizedDoubleDoubleMap. toBag()MutableDoubleBagSynchronizedFloatDoubleMap. toBag()MutableDoubleBagSynchronizedIntDoubleMap. toBag()MutableDoubleBagSynchronizedLongDoubleMap. toBag()MutableDoubleBagSynchronizedObjectDoubleMap. toBag()MutableDoubleBagSynchronizedShortDoubleMap. toBag()MutableDoubleBagUnmodifiableByteDoubleMap. toBag()MutableDoubleBagUnmodifiableCharDoubleMap. toBag()MutableDoubleBagUnmodifiableDoubleDoubleMap. toBag()MutableDoubleBagUnmodifiableFloatDoubleMap. toBag()MutableDoubleBagUnmodifiableIntDoubleMap. toBag()MutableDoubleBagUnmodifiableLongDoubleMap. toBag()MutableDoubleBagUnmodifiableObjectDoubleMap. toBag()MutableDoubleBagUnmodifiableShortDoubleMap. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractDoubleIterable. toBag()MutableDoubleBagSynchronizedDoubleIterable. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagImmutableDoubleEmptySet. toBag()MutableDoubleBagImmutableDoubleSingletonSet. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagImmutableDoubleEmptyStack. toBag()MutableDoubleBagImmutableDoubleSingletonStack. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagSynchronizedDoubleStack. toBag()MutableDoubleBagUnmodifiableDoubleStack. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableDoubleBag Modifier and Type Method Description MutableDoubleBagAbstractDoubleStack. toBag() -
Uses of MutableDoubleBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableDoubleBag Modifier and Type Method Description static MutableDoubleBagPrimitiveStreams. mDoubleBag(java.util.stream.DoubleStream stream)
-