Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableFloatBag
-
Packages that use MutableFloatBag 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 -
-
Uses of MutableFloatBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableFloatBag Modifier and Type Method Description MutableFloatBagFloatIterable. toBag()Converts the FloatIterable to a new MutableFloatBag. -
Uses of MutableFloatBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableFloatBag Modifier and Type Method Description default MutableFloatBagMutableBag. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableFloatBag. asSynchronized()MutableFloatBagMutableFloatBag. asUnmodifiable()default MutableFloatBagMutableFloatBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableFloatBagMutableFloatBag. reject(FloatPredicate predicate)MutableFloatBagMutableFloatBag. select(FloatPredicate predicate)MutableFloatBagMutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableFloatBagMutableFloatBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableFloatBagMutableFloatBag. tap(FloatProcedure procedure)MutableFloatBagMutableFloatBag. with(float element)MutableFloatBagMutableFloatBag. withAll(FloatIterable elements)MutableFloatBagMutableFloatBag. without(float element)MutableFloatBagMutableFloatBag. withoutAll(FloatIterable elements) -
Uses of MutableFloatBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableFloatBagFactory. empty()MutableFloatBagMutableFloatBagFactory. of()Same asMutableFloatBagFactory.empty().MutableFloatBagMutableFloatBagFactory. of(float... items)Same asMutableFloatBagFactory.with(float[]).MutableFloatBagMutableFloatBagFactory. ofAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatBagMutableFloatBagFactory. ofAll(FloatIterable items)MutableFloatBagMutableFloatBagFactory. with()Same asMutableFloatBagFactory.empty().MutableFloatBagMutableFloatBagFactory. with(float... items)MutableFloatBagMutableFloatBagFactory. withAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatBagMutableFloatBagFactory. withAll(FloatIterable items) -
Uses of MutableFloatBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMutableMap. collectFloat(FloatFunction<? super V> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMutablePrimitiveObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagMutableFloatValuesMap. reject(FloatPredicate predicate)MutableFloatBagMutableFloatValuesMap. select(FloatPredicate predicate) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableFloatBag Modifier and Type Field Description private MutableFloatBagImmutableFloatHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagImmutableFloatEmptyBag. toBag()MutableFloatBagImmutableFloatHashBag. toBag()MutableFloatBagImmutableFloatSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableFloatBag Modifier and Type Method Description static ImmutableFloatHashBagImmutableFloatHashBag. newBagWith(MutableFloatBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableFloatBag Constructor Description ImmutableFloatHashBag(MutableFloatBag delegate) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableFloatBag Modifier and Type Method Description MutableFloatBagMultiReaderHashBag. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatBagMultiReaderHashBag.UntouchableMutableBag. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatBagSynchronizedBag. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatBagUnmodifiableBag. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableFloatBag Modifier and Type Class Description classFloatHashBagFloatHashBag is similar toHashBag, and is memory-optimized for float primitives.classSynchronizedFloatBagA synchronized view of aMutableFloatBag.classUnmodifiableFloatBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagFloatHashBag. asSynchronized()MutableFloatBagSynchronizedFloatBag. asSynchronized()MutableFloatBagUnmodifiableFloatBag. asSynchronized()MutableFloatBagFloatHashBag. asUnmodifiable()MutableFloatBagSynchronizedFloatBag. asUnmodifiable()MutableFloatBagUnmodifiableFloatBag. asUnmodifiable()MutableFloatBagMutableFloatBagFactoryImpl. empty()private MutableFloatBagSynchronizedFloatBag. getMutableFloatBag()private MutableFloatBagUnmodifiableFloatBag. getMutableFloatBag()MutableFloatBagSynchronizedFloatBag. newEmpty()MutableFloatBagUnmodifiableFloatBag. newEmpty()MutableFloatBagMutableFloatBagFactoryImpl. of()MutableFloatBagMutableFloatBagFactoryImpl. of(float... items)MutableFloatBagMutableFloatBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatBagMutableFloatBagFactoryImpl. ofAll(FloatIterable items)MutableFloatBagSynchronizedFloatBag. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableFloatBag. reject(FloatPredicate predicate)MutableFloatBagSynchronizedFloatBag. select(FloatPredicate predicate)MutableFloatBagUnmodifiableFloatBag. select(FloatPredicate predicate)MutableFloatBagSynchronizedFloatBag. selectByOccurrences(IntPredicate predicate)MutableFloatBagUnmodifiableFloatBag. selectByOccurrences(IntPredicate predicate)MutableFloatBagMutableFloatBagFactoryImpl. with()MutableFloatBagMutableFloatBagFactoryImpl. with(float... items)MutableFloatBagMutableFloatBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatBagMutableFloatBagFactoryImpl. withAll(FloatIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableFloatBag Constructor Description SynchronizedFloatBag(MutableFloatBag bag)SynchronizedFloatBag(MutableFloatBag bag, java.lang.Object newLock)UnmodifiableFloatBag(MutableFloatBag bag) -
Uses of MutableFloatBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractMutableBiMap. collectFloat(FloatFunction<? super V> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractSynchronizedFloatCollection. toBag()MutableFloatBagAbstractUnmodifiableFloatCollection. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractLazyFloatIterable. toBag()MutableFloatBagCollectFloatIterable. toBag()MutableFloatBagLazyFloatIterableAdapter. toBag()MutableFloatBagReverseFloatIterable. toBag()MutableFloatBagSelectFloatIterable. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagImmutableFloatArrayList. toBag()MutableFloatBagImmutableFloatEmptyList. toBag()MutableFloatBagImmutableFloatSingletonList. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagImmutableByteFloatEmptyMap. toBag()MutableFloatBagImmutableByteFloatHashMap. toBag()MutableFloatBagImmutableByteFloatSingletonMap. toBag()MutableFloatBagImmutableCharFloatEmptyMap. toBag()MutableFloatBagImmutableCharFloatHashMap. toBag()MutableFloatBagImmutableCharFloatSingletonMap. toBag()MutableFloatBagImmutableDoubleFloatEmptyMap. toBag()MutableFloatBagImmutableDoubleFloatHashMap. toBag()MutableFloatBagImmutableDoubleFloatSingletonMap. toBag()MutableFloatBagImmutableFloatFloatEmptyMap. toBag()MutableFloatBagImmutableFloatFloatHashMap. toBag()MutableFloatBagImmutableFloatFloatSingletonMap. toBag()MutableFloatBagImmutableIntFloatEmptyMap. toBag()MutableFloatBagImmutableIntFloatHashMap. toBag()MutableFloatBagImmutableIntFloatSingletonMap. toBag()MutableFloatBagImmutableLongFloatEmptyMap. toBag()MutableFloatBagImmutableLongFloatHashMap. toBag()MutableFloatBagImmutableLongFloatSingletonMap. toBag()MutableFloatBagImmutableObjectFloatEmptyMap. toBag()MutableFloatBagImmutableObjectFloatHashMap. toBag()MutableFloatBagImmutableObjectFloatSingletonMap. toBag()MutableFloatBagImmutableShortFloatEmptyMap. toBag()MutableFloatBagImmutableShortFloatHashMap. toBag()MutableFloatBagImmutableShortFloatSingletonMap. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractMutableMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedMutableMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableMutableMap. collectFloat(FloatFunction<? super V> floatFunction) -
Uses of MutableFloatBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagByteObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagCharObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagDoubleObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagFloatObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagIntObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagLongObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagShortObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedByteObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedCharObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedDoubleObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedFloatObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedIntObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedLongObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagSynchronizedShortObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableByteObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableCharObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableDoubleObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableFloatObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableIntObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableLongObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagUnmodifiableShortObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagAbstractMutableFloatValuesMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedByteFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedCharFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedDoubleFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedFloatFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedIntFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedLongFloatMap. reject(FloatPredicate predicate)MutableFloatBagSynchronizedShortFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableByteFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableCharFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableDoubleFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableFloatFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableIntFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableLongFloatMap. reject(FloatPredicate predicate)MutableFloatBagUnmodifiableShortFloatMap. reject(FloatPredicate predicate)MutableFloatBagAbstractMutableFloatValuesMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedByteFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedCharFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedDoubleFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedFloatFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedIntFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedLongFloatMap. select(FloatPredicate predicate)MutableFloatBagSynchronizedShortFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableByteFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableCharFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableDoubleFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableFloatFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableIntFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableLongFloatMap. select(FloatPredicate predicate)MutableFloatBagUnmodifiableShortFloatMap. select(FloatPredicate predicate)MutableFloatBagAbstractMutableFloatKeySet. toBag()MutableFloatBagAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. toBag()MutableFloatBagFloatBooleanHashMap.KeysView. toBag()MutableFloatBagObjectFloatHashMap. toBag()MutableFloatBagObjectFloatHashMap.ValuesCollection. toBag()MutableFloatBagObjectFloatHashMapWithHashingStrategy. toBag()MutableFloatBagObjectFloatHashMapWithHashingStrategy.ValuesCollection. toBag()MutableFloatBagSynchronizedByteFloatMap. toBag()MutableFloatBagSynchronizedCharFloatMap. toBag()MutableFloatBagSynchronizedDoubleFloatMap. toBag()MutableFloatBagSynchronizedFloatFloatMap. toBag()MutableFloatBagSynchronizedIntFloatMap. toBag()MutableFloatBagSynchronizedLongFloatMap. toBag()MutableFloatBagSynchronizedObjectFloatMap. toBag()MutableFloatBagSynchronizedShortFloatMap. toBag()MutableFloatBagUnmodifiableByteFloatMap. toBag()MutableFloatBagUnmodifiableCharFloatMap. toBag()MutableFloatBagUnmodifiableDoubleFloatMap. toBag()MutableFloatBagUnmodifiableFloatFloatMap. toBag()MutableFloatBagUnmodifiableIntFloatMap. toBag()MutableFloatBagUnmodifiableLongFloatMap. toBag()MutableFloatBagUnmodifiableObjectFloatMap. toBag()MutableFloatBagUnmodifiableShortFloatMap. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractFloatIterable. toBag()MutableFloatBagSynchronizedFloatIterable. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagImmutableFloatEmptySet. toBag()MutableFloatBagImmutableFloatSingletonSet. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagImmutableFloatEmptyStack. toBag()MutableFloatBagImmutableFloatSingletonStack. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagSynchronizedFloatStack. toBag()MutableFloatBagUnmodifiableFloatStack. toBag() -
Uses of MutableFloatBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableFloatBag Modifier and Type Method Description MutableFloatBagAbstractFloatStack. toBag()
-