Uses of Interface
org.eclipse.collections.api.set.primitive.MutableFloatSet
-
Packages that use MutableFloatSet Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.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.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive 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 MutableFloatSet Modifier and Type Method Description MutableFloatSetFloatIterable. 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 MutableFloatSet Modifier and Type Method Description MutableFloatSetMutableFloatBag. 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 MutableFloatSet Modifier and Type Method Description MutableFloatSetMutableFloatSetFactory. empty()MutableFloatSetMutableFloatSetFactory. of()Same asMutableFloatSetFactory.empty().MutableFloatSetMutableFloatSetFactory. of(float... items)Same asMutableFloatSetFactory.with(float[]).MutableFloatSetMutableFloatSetFactory. ofAll(Iterable<Float> iterable)MutableFloatSetMutableFloatSetFactory. ofAll(FloatIterable items)MutableFloatSetMutableFloatSetFactory. with()Same asMutableFloatSetFactory.empty().MutableFloatSetMutableFloatSetFactory. with(float... items)MutableFloatSetMutableFloatSetFactory. withAll(Iterable<Float> iterable)MutableFloatSetMutableFloatSetFactory. 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 MutableFloatSet Modifier and Type Method Description MutableFloatSetFloatBooleanMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatByteMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatCharMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatDoubleMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatFloatMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatIntMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatLongMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatObjectMap. keySet()Returns a set containing all the keys in this map.MutableFloatSetFloatShortMap. 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 MutableFloatSet Modifier and Type Method Description default 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 MutableFloatSet Modifier and Type Method Description MutableFloatSetMutableFloatSet. asSynchronized()MutableFloatSetMutableFloatSet. asUnmodifiable()default MutableFloatSetMutableFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.default MutableFloatSetMutableFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.default MutableFloatSetMutableFloatSet. newEmpty()Creates a new empty mutable version of the same Set type.MutableFloatSetMutableFloatSet. reject(FloatPredicate predicate)MutableFloatSetMutableFloatSet. 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. union(FloatSet set)MutableFloatSetMutableFloatSet. with(float element)MutableFloatSetMutableFloatSet. withAll(FloatIterable elements)MutableFloatSetMutableFloatSet. without(float element)MutableFloatSetMutableFloatSet. withoutAll(FloatIterable elements)
-