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.
-
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(). but takes in an initial capacity -
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)