Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableFloatSet
-
Packages that use ImmutableFloatSet Package Description 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.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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of ImmutableFloatSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableFloatSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatSetFactory. empty()ImmutableFloatSetImmutableFloatSetFactory. of()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetImmutableFloatSetFactory. of(float one)Same asImmutableFloatSetFactory.with(float).ImmutableFloatSetImmutableFloatSetFactory. of(float... items)ImmutableFloatSetImmutableFloatSetFactory. ofAll(java.lang.Iterable<java.lang.Float> iterable)ImmutableFloatSetImmutableFloatSetFactory. ofAll(FloatIterable items)ImmutableFloatSetImmutableFloatSetFactory. with()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetImmutableFloatSetFactory. with(float one)ImmutableFloatSetImmutableFloatSetFactory. with(float... items)ImmutableFloatSetImmutableFloatSetFactory. withAll(java.lang.Iterable<java.lang.Float> iterable)ImmutableFloatSetImmutableFloatSetFactory. withAll(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableSet. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableFloatSet Modifier and Type Method Description default ImmutableFloatSetImmutableFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableFloatSetImmutableFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.ImmutableFloatSetImmutableFloatSet. newWith(float element)ImmutableFloatSetImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSet. newWithout(float element)ImmutableFloatSetImmutableFloatSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSet. select(FloatPredicate predicate)default ImmutableFloatSetImmutableFloatSet. 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 ImmutableFloatSetImmutableFloatSet. tap(FloatProcedure procedure)ImmutableFloatSetFloatSet. toImmutable()Returns an immutable copy of this set.ImmutableFloatSetMutableFloatSet. toImmutable()Returns an immutable copy of this set.default ImmutableFloatSetImmutableFloatSet. union(FloatSet set) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatEmptyBag. selectUnique()ImmutableFloatSetImmutableFloatHashBag. selectUnique()ImmutableFloatSetImmutableFloatSingletonBag. selectUnique() -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableFloatSet Modifier and Type Class Description (package private) classImmutableFloatFloatMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableFloatMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatFloatMapKeySet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatMapKeySet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatFloatMapKeySet. select(FloatPredicate predicate)ImmutableFloatSetImmutableFloatMapKeySet. select(FloatPredicate predicate)ImmutableFloatSetAbstractMutableFloatKeySet. toImmutable() -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetAbstractImmutableSet. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableFloatSet Modifier and Type Class Description classAbstractImmutableFloatSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableFloatEmptySetImmutableFloatEmptySet is an optimization forImmutableFloatSetof size 0.(package private) classImmutableFloatSingletonSetImmutableFloatSingletonSet is an optimization forImmutableFloatSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableFloatSet Modifier and Type Field Description (package private) static ImmutableFloatSetImmutableFloatEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatSetFactoryImpl. empty()ImmutableFloatSetAbstractImmutableFloatSet. newWith(float element)ImmutableFloatSetImmutableFloatEmptySet. newWith(float element)ImmutableFloatSetImmutableFloatSingletonSet. newWith(float element)ImmutableFloatSetAbstractImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatEmptySet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSingletonSet. newWithAll(FloatIterable elements)ImmutableFloatSetAbstractImmutableFloatSet. newWithout(float element)ImmutableFloatSetImmutableFloatEmptySet. newWithout(float element)ImmutableFloatSetImmutableFloatSingletonSet. newWithout(float element)ImmutableFloatSetAbstractImmutableFloatSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatEmptySet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSingletonSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSetFactoryImpl. of()ImmutableFloatSetImmutableFloatSetFactoryImpl. of(float one)ImmutableFloatSetImmutableFloatSetFactoryImpl. of(float... items)ImmutableFloatSetImmutableFloatSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Float> iterable)ImmutableFloatSetImmutableFloatSetFactoryImpl. ofAll(FloatIterable items)ImmutableFloatSetImmutableFloatEmptySet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSingletonSet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatEmptySet. select(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSingletonSet. select(FloatPredicate predicate)ImmutableFloatSetAbstractImmutableFloatSet. toImmutable()ImmutableFloatSetImmutableFloatEmptySet. toImmutable()ImmutableFloatSetImmutableFloatSingletonSet. toImmutable()ImmutableFloatSetImmutableFloatSetFactoryImpl. with()ImmutableFloatSetImmutableFloatSetFactoryImpl. with(float one)ImmutableFloatSetImmutableFloatSetFactoryImpl. with(float... items)ImmutableFloatSetImmutableFloatSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Float> iterable)ImmutableFloatSetImmutableFloatSetFactoryImpl. withAll(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableFloatSet Modifier and Type Class Description private static classFloatHashSet.ImmutableFloatHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description static ImmutableFloatSetFloatHashSet.ImmutableFloatHashSet. newSetWith(float... elements)ImmutableFloatSetFloatHashSet.ImmutableFloatHashSet. reject(FloatPredicate predicate)ImmutableFloatSetFloatHashSet.ImmutableFloatHashSet. select(FloatPredicate predicate)ImmutableFloatSetFloatHashSet. toImmutable()ImmutableFloatSetSynchronizedFloatSet. toImmutable()ImmutableFloatSetUnmodifiableFloatSet. toImmutable()
-