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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 MutableFloatSetMutableFloatSetFactory.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 MutableFloatSetMutableSet.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 MutableFloatSetMutableFloatSet.difference(FloatSet set) Returns the set of all members ofthisthat are not members ofset.default MutableFloatSetReturns the set of all objects that are members of boththisandset.default MutableFloatSetMutableFloatSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableFloatSet.reject(FloatPredicate predicate) MutableFloatSet.select(FloatPredicate predicate) default MutableFloatSetMutableFloatSet.symmetricDifference(FloatSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default MutableFloatSetMutableFloatSet.tap(FloatProcedure procedure) default MutableFloatSetMutableFloatSet.with(float element) MutableFloatSet.withAll(FloatIterable elements) MutableFloatSet.without(float element) MutableFloatSet.withoutAll(FloatIterable elements) -
Uses of MutableFloatSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableFloatSet -
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.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableFloatSet -
Uses of MutableFloatSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableFloatSetModifier and TypeMethodDescriptionImmutableFloatBooleanEmptyMap.keySet()ImmutableFloatBooleanHashMap.keySet()ImmutableFloatBooleanSingletonMap.keySet()ImmutableFloatByteEmptyMap.keySet()ImmutableFloatByteHashMap.keySet()ImmutableFloatByteSingletonMap.keySet()ImmutableFloatCharEmptyMap.keySet()ImmutableFloatCharHashMap.keySet()ImmutableFloatCharSingletonMap.keySet()ImmutableFloatDoubleEmptyMap.keySet()ImmutableFloatDoubleHashMap.keySet()ImmutableFloatDoubleSingletonMap.keySet()ImmutableFloatFloatEmptyMap.keySet()ImmutableFloatFloatHashMap.keySet()ImmutableFloatFloatSingletonMap.keySet()ImmutableFloatIntEmptyMap.keySet()ImmutableFloatIntHashMap.keySet()ImmutableFloatIntSingletonMap.keySet()ImmutableFloatLongEmptyMap.keySet()ImmutableFloatLongHashMap.keySet()ImmutableFloatLongSingletonMap.keySet()ImmutableFloatObjectEmptyMap.keySet()ImmutableFloatObjectHashMap.keySet()ImmutableFloatObjectSingletonMap.keySet()ImmutableFloatShortEmptyMap.keySet()ImmutableFloatShortHashMap.keySet()ImmutableFloatShortSingletonMap.keySet()ImmutableByteFloatEmptyMap.toSet()ImmutableByteFloatHashMap.toSet()ImmutableByteFloatSingletonMap.toSet()ImmutableCharFloatEmptyMap.toSet()ImmutableCharFloatHashMap.toSet()ImmutableCharFloatSingletonMap.toSet()ImmutableDoubleFloatEmptyMap.toSet()ImmutableDoubleFloatHashMap.toSet()ImmutableDoubleFloatSingletonMap.toSet()ImmutableFloatFloatEmptyMap.toSet()ImmutableFloatFloatHashMap.toSet()ImmutableFloatFloatSingletonMap.toSet()ImmutableIntFloatEmptyMap.toSet()ImmutableIntFloatHashMap.toSet()ImmutableIntFloatSingletonMap.toSet()ImmutableLongFloatEmptyMap.toSet()ImmutableLongFloatHashMap.toSet()ImmutableLongFloatSingletonMap.toSet()ImmutableObjectFloatEmptyMap.toSet()ImmutableObjectFloatHashMap.toSet()ImmutableObjectFloatSingletonMap.toSet()ImmutableShortFloatEmptyMap.toSet()ImmutableShortFloatHashMap.toSet()ImmutableShortFloatSingletonMap.toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods 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()FloatBooleanHashMap.KeySet.newEmpty()FloatByteHashMap.KeySet.newEmpty()FloatCharHashMap.KeySet.newEmpty()FloatDoubleHashMap.KeySet.newEmpty()FloatFloatHashMap.KeySet.newEmpty()FloatIntHashMap.KeySet.newEmpty()FloatLongHashMap.KeySet.newEmpty()FloatObjectHashMap.KeySet.newEmpty()FloatShortHashMap.KeySet.newEmpty()AbstractMutableFloatKeySet.reject(FloatPredicate predicate) AbstractMutableFloatKeySet.select(FloatPredicate predicate) AbstractMutableFloatKeySet.toSet()AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.toSet()FloatBooleanHashMap.KeysView.toSet()ObjectFloatHashMap.toSet()ObjectFloatHashMap.ValuesCollection.toSet()ObjectFloatHashMapWithHashingStrategy.toSet()ObjectFloatHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.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) MultiReaderUnifiedSet.UntouchableMutableSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableFloatSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableFloatSetMethods 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()private MutableFloatSetSynchronizedFloatSet.getMutableFloatSet()private MutableFloatSetUnmodifiableFloatSet.getMutableFloatSet()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 SynchronizedFloatSetSynchronizedFloatSet.of(MutableFloatSet set) This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static SynchronizedFloatSetSynchronizedFloatSet.of(MutableFloatSet set, Object lock) This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static UnmodifiableFloatSetUnmodifiableFloatSet.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 MutableFloatSetModifierConstructorDescriptionBoxedMutableFloatSet(MutableFloatSet delegate) SynchronizedFloatSet(MutableFloatSet set, Object newLock) -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return 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