Uses of Interface
org.eclipse.collections.api.set.primitive.MutableFloatSet
Packages that use MutableFloatSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableFloatSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableFloatSetModifier and TypeMethodDescriptionFloatIterable.toSet()
Converts the FloatIterable to a new MutableFloatSet. -
Uses of MutableFloatSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableFloatSetModifier and TypeMethodDescriptionMutableFloatBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableFloatSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableFloatSetModifier and TypeMethodDescriptionMutableFloatSetFactory.empty()
MutableFloatSetFactory.of()
Same asMutableFloatSetFactory.empty()
.MutableFloatSetFactory.of
(float... items) Same asMutableFloatSetFactory.with(float[])
.MutableFloatSetFactory.ofAll
(FloatIterable items) MutableFloatSetFactory.with()
Same asMutableFloatSetFactory.empty()
.MutableFloatSetFactory.with
(float... items) MutableFloatSetFactory.withAll
(FloatIterable items) default MutableFloatSet
MutableFloatSetFactory.withInitialCapacity
(int capacity) Same asMutableFloatSetFactory.empty()
. -
Uses of MutableFloatSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatSetModifier and TypeMethodDescriptionFloatBooleanMap.keySet()
Returns a set containing all the keys in this map.FloatByteMap.keySet()
Returns a set containing all the keys in this map.FloatCharMap.keySet()
Returns a set containing all the keys in this map.FloatDoubleMap.keySet()
Returns a set containing all the keys in this map.FloatFloatMap.keySet()
Returns a set containing all the keys in this map.FloatIntMap.keySet()
Returns a set containing all the keys in this map.FloatLongMap.keySet()
Returns a set containing all the keys in this map.FloatObjectMap.keySet()
Returns a set containing all the keys in this map.FloatShortMap.keySet()
Returns a set containing all the keys in this map. -
Uses of MutableFloatSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableFloatSetModifier and TypeMethodDescriptiondefault MutableFloatSet
MutableSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableFloatSetModifier and TypeMethodDescriptionMutableFloatSet.asSynchronized()
MutableFloatSet.asUnmodifiable()
default MutableFloatSet
MutableFloatSet.difference
(FloatSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableFloatSet
Returns the set of all objects that are members of boththis
andset
.default MutableFloatSet
MutableFloatSet.newEmpty()
Creates a new empty mutable version of the same Set type.MutableFloatSet.reject
(FloatPredicate predicate) MutableFloatSet.select
(FloatPredicate predicate) default MutableFloatSet
MutableFloatSet.symmetricDifference
(FloatSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default MutableFloatSet
MutableFloatSet.tap
(FloatProcedure procedure) default MutableFloatSet
MutableFloatSet.with
(float element) MutableFloatSet.withAll
(FloatIterable elements) MutableFloatSet.without
(float element) MutableFloatSet.withoutAll
(FloatIterable elements) -
Uses of MutableFloatSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableFloatSetModifier and TypeMethodDescriptionFloatHashBag.selectUnique()
SynchronizedFloatBag.selectUnique()
UnmodifiableFloatBag.selectUnique()
-
Uses of MutableFloatSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatSetModifier and TypeMethodDescriptionAbstractMutableFloatKeySet.asSynchronized()
AbstractMutableFloatKeySet.asUnmodifiable()
FloatBooleanHashMap.keySet()
FloatByteHashMap.keySet()
FloatCharHashMap.keySet()
FloatDoubleHashMap.keySet()
FloatFloatHashMap.keySet()
FloatIntHashMap.keySet()
FloatLongHashMap.keySet()
FloatObjectHashMap.keySet()
FloatShortHashMap.keySet()
SynchronizedFloatBooleanMap.keySet()
SynchronizedFloatByteMap.keySet()
SynchronizedFloatCharMap.keySet()
SynchronizedFloatDoubleMap.keySet()
SynchronizedFloatFloatMap.keySet()
SynchronizedFloatIntMap.keySet()
SynchronizedFloatLongMap.keySet()
SynchronizedFloatObjectMap.keySet()
SynchronizedFloatShortMap.keySet()
UnmodifiableFloatBooleanMap.keySet()
UnmodifiableFloatByteMap.keySet()
UnmodifiableFloatCharMap.keySet()
UnmodifiableFloatDoubleMap.keySet()
UnmodifiableFloatFloatMap.keySet()
UnmodifiableFloatIntMap.keySet()
UnmodifiableFloatLongMap.keySet()
UnmodifiableFloatObjectMap.keySet()
UnmodifiableFloatShortMap.keySet()
AbstractMutableFloatKeySet.reject
(FloatPredicate predicate) AbstractMutableFloatKeySet.select
(FloatPredicate predicate) AbstractMutableFloatKeySet.toSet()
ObjectFloatHashMap.toSet()
ObjectFloatHashMapWithHashingStrategy.toSet()
SynchronizedByteFloatMap.toSet()
SynchronizedCharFloatMap.toSet()
SynchronizedDoubleFloatMap.toSet()
SynchronizedFloatFloatMap.toSet()
SynchronizedIntFloatMap.toSet()
SynchronizedLongFloatMap.toSet()
SynchronizedObjectFloatMap.toSet()
SynchronizedShortFloatMap.toSet()
UnmodifiableByteFloatMap.toSet()
UnmodifiableCharFloatMap.toSet()
UnmodifiableDoubleFloatMap.toSet()
UnmodifiableFloatFloatMap.toSet()
UnmodifiableIntFloatMap.toSet()
UnmodifiableLongFloatMap.toSet()
UnmodifiableObjectFloatMap.toSet()
UnmodifiableShortFloatMap.toSet()
AbstractMutableFloatKeySet.with
(float element) AbstractMutableFloatKeySet.withAll
(FloatIterable elements) AbstractMutableFloatKeySet.without
(float element) AbstractMutableFloatKeySet.withoutAll
(FloatIterable elements) -
Uses of MutableFloatSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableFloatSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectFloat
(FloatFunction<? super T> floatFunction) SynchronizedMutableSet.collectFloat
(FloatFunction<? super T> floatFunction) UnmodifiableMutableSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableFloatSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableFloatSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableFloatSetModifier and TypeMethodDescriptionFloatHashSet.asSynchronized()
SynchronizedFloatSet.asSynchronized()
UnmodifiableFloatSet.asSynchronized()
FloatHashSet.asUnmodifiable()
SynchronizedFloatSet.asUnmodifiable()
UnmodifiableFloatSet.asUnmodifiable()
MutableFloatSetFactoryImpl.empty()
SynchronizedFloatSet.newEmpty()
UnmodifiableFloatSet.newEmpty()
MutableFloatSetFactoryImpl.of()
MutableFloatSetFactoryImpl.of
(float... items) MutableFloatSetFactoryImpl.ofAll
(FloatIterable items) SynchronizedFloatSet.reject
(FloatPredicate predicate) UnmodifiableFloatSet.reject
(FloatPredicate predicate) SynchronizedFloatSet.select
(FloatPredicate predicate) UnmodifiableFloatSet.select
(FloatPredicate predicate) MutableFloatSetFactoryImpl.with()
MutableFloatSetFactoryImpl.with
(float... items) MutableFloatSetFactoryImpl.withAll
(FloatIterable items) MutableFloatSetFactoryImpl.withInitialCapacity
(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableFloatSetModifier and TypeMethodDescriptionstatic SynchronizedFloatSet
SynchronizedFloatSet.of
(MutableFloatSet set) This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static SynchronizedFloatSet
SynchronizedFloatSet.of
(MutableFloatSet set, Object lock) This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static UnmodifiableFloatSet
UnmodifiableFloatSet.of
(MutableFloatSet set) This method will take a MutableFloatSet and wrap it directly in a UnmodifiableFloatSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableFloatSet