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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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(java.lang.Iterable<java.lang.Float> iterable)MutableFloatSetMutableFloatSetFactory. ofAll(FloatIterable items)MutableFloatSetMutableFloatSetFactory. with()Same asMutableFloatSetFactory.empty().MutableFloatSetMutableFloatSetFactory. with(float... items)MutableFloatSetMutableFloatSetFactory. withAll(java.lang.Iterable<java.lang.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) -
Uses of MutableFloatSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetImmutableFloatEmptyBag. toSet()MutableFloatSetImmutableFloatHashBag. toSet()MutableFloatSetImmutableFloatSingletonBag. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetFloatHashBag. selectUnique()MutableFloatSetSynchronizedFloatBag. selectUnique()MutableFloatSetUnmodifiableFloatBag. selectUnique() -
Uses of MutableFloatSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetAbstractSynchronizedFloatCollection. toSet()MutableFloatSetAbstractUnmodifiableFloatCollection. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetAbstractLazyFloatIterable. toSet()MutableFloatSetCollectFloatIterable. toSet()MutableFloatSetLazyFloatIterableAdapter. toSet()MutableFloatSetReverseFloatIterable. toSet()MutableFloatSetSelectFloatIterable. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetImmutableFloatArrayList. toSet()MutableFloatSetImmutableFloatEmptyList. toSet()MutableFloatSetImmutableFloatSingletonList. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetImmutableFloatBooleanEmptyMap. keySet()MutableFloatSetImmutableFloatBooleanHashMap. keySet()MutableFloatSetImmutableFloatBooleanSingletonMap. keySet()MutableFloatSetImmutableFloatByteEmptyMap. keySet()MutableFloatSetImmutableFloatByteHashMap. keySet()MutableFloatSetImmutableFloatByteSingletonMap. keySet()MutableFloatSetImmutableFloatCharEmptyMap. keySet()MutableFloatSetImmutableFloatCharHashMap. keySet()MutableFloatSetImmutableFloatCharSingletonMap. keySet()MutableFloatSetImmutableFloatDoubleEmptyMap. keySet()MutableFloatSetImmutableFloatDoubleHashMap. keySet()MutableFloatSetImmutableFloatDoubleSingletonMap. keySet()MutableFloatSetImmutableFloatFloatEmptyMap. keySet()MutableFloatSetImmutableFloatFloatHashMap. keySet()MutableFloatSetImmutableFloatFloatSingletonMap. keySet()MutableFloatSetImmutableFloatIntEmptyMap. keySet()MutableFloatSetImmutableFloatIntHashMap. keySet()MutableFloatSetImmutableFloatIntSingletonMap. keySet()MutableFloatSetImmutableFloatLongEmptyMap. keySet()MutableFloatSetImmutableFloatLongHashMap. keySet()MutableFloatSetImmutableFloatLongSingletonMap. keySet()MutableFloatSetImmutableFloatObjectEmptyMap. keySet()MutableFloatSetImmutableFloatObjectHashMap. keySet()MutableFloatSetImmutableFloatObjectSingletonMap. keySet()MutableFloatSetImmutableFloatShortEmptyMap. keySet()MutableFloatSetImmutableFloatShortHashMap. keySet()MutableFloatSetImmutableFloatShortSingletonMap. keySet()MutableFloatSetImmutableByteFloatEmptyMap. toSet()MutableFloatSetImmutableByteFloatHashMap. toSet()MutableFloatSetImmutableByteFloatSingletonMap. toSet()MutableFloatSetImmutableCharFloatEmptyMap. toSet()MutableFloatSetImmutableCharFloatHashMap. toSet()MutableFloatSetImmutableCharFloatSingletonMap. toSet()MutableFloatSetImmutableDoubleFloatEmptyMap. toSet()MutableFloatSetImmutableDoubleFloatHashMap. toSet()MutableFloatSetImmutableDoubleFloatSingletonMap. toSet()MutableFloatSetImmutableFloatFloatEmptyMap. toSet()MutableFloatSetImmutableFloatFloatHashMap. toSet()MutableFloatSetImmutableFloatFloatSingletonMap. toSet()MutableFloatSetImmutableIntFloatEmptyMap. toSet()MutableFloatSetImmutableIntFloatHashMap. toSet()MutableFloatSetImmutableIntFloatSingletonMap. toSet()MutableFloatSetImmutableLongFloatEmptyMap. toSet()MutableFloatSetImmutableLongFloatHashMap. toSet()MutableFloatSetImmutableLongFloatSingletonMap. toSet()MutableFloatSetImmutableObjectFloatEmptyMap. toSet()MutableFloatSetImmutableObjectFloatHashMap. toSet()MutableFloatSetImmutableObjectFloatSingletonMap. toSet()MutableFloatSetImmutableShortFloatEmptyMap. toSet()MutableFloatSetImmutableShortFloatHashMap. toSet()MutableFloatSetImmutableShortFloatSingletonMap. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatSet Modifier and Type Class Description classAbstractMutableFloatKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classFloatBooleanHashMap.KeySetprivate classFloatByteHashMap.KeySetprivate classFloatCharHashMap.KeySetprivate classFloatDoubleHashMap.KeySetprivate classFloatFloatHashMap.KeySetprivate classFloatIntHashMap.KeySetprivate classFloatLongHashMap.KeySetprivate classFloatObjectHashMap.KeySetprivate classFloatShortHashMap.KeySetMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetAbstractMutableFloatKeySet. asSynchronized()MutableFloatSetAbstractMutableFloatKeySet. asUnmodifiable()MutableFloatSetFloatBooleanHashMap. keySet()MutableFloatSetFloatByteHashMap. keySet()MutableFloatSetFloatCharHashMap. keySet()MutableFloatSetFloatDoubleHashMap. keySet()MutableFloatSetFloatFloatHashMap. keySet()MutableFloatSetFloatIntHashMap. keySet()MutableFloatSetFloatLongHashMap. keySet()MutableFloatSetFloatObjectHashMap. keySet()MutableFloatSetFloatShortHashMap. keySet()MutableFloatSetSynchronizedFloatBooleanMap. keySet()MutableFloatSetSynchronizedFloatByteMap. keySet()MutableFloatSetSynchronizedFloatCharMap. keySet()MutableFloatSetSynchronizedFloatDoubleMap. keySet()MutableFloatSetSynchronizedFloatFloatMap. keySet()MutableFloatSetSynchronizedFloatIntMap. keySet()MutableFloatSetSynchronizedFloatLongMap. keySet()MutableFloatSetSynchronizedFloatObjectMap. keySet()MutableFloatSetSynchronizedFloatShortMap. keySet()MutableFloatSetUnmodifiableFloatBooleanMap. keySet()MutableFloatSetUnmodifiableFloatByteMap. keySet()MutableFloatSetUnmodifiableFloatCharMap. keySet()MutableFloatSetUnmodifiableFloatDoubleMap. keySet()MutableFloatSetUnmodifiableFloatFloatMap. keySet()MutableFloatSetUnmodifiableFloatIntMap. keySet()MutableFloatSetUnmodifiableFloatLongMap. keySet()MutableFloatSetUnmodifiableFloatObjectMap. keySet()MutableFloatSetUnmodifiableFloatShortMap. keySet()MutableFloatSetFloatBooleanHashMap.KeySet. newEmpty()MutableFloatSetFloatByteHashMap.KeySet. newEmpty()MutableFloatSetFloatCharHashMap.KeySet. newEmpty()MutableFloatSetFloatDoubleHashMap.KeySet. newEmpty()MutableFloatSetFloatFloatHashMap.KeySet. newEmpty()MutableFloatSetFloatIntHashMap.KeySet. newEmpty()MutableFloatSetFloatLongHashMap.KeySet. newEmpty()MutableFloatSetFloatObjectHashMap.KeySet. newEmpty()MutableFloatSetFloatShortHashMap.KeySet. newEmpty()MutableFloatSetAbstractMutableFloatKeySet. reject(FloatPredicate predicate)MutableFloatSetAbstractMutableFloatKeySet. select(FloatPredicate predicate)MutableFloatSetAbstractMutableFloatKeySet. toSet()MutableFloatSetAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. toSet()MutableFloatSetFloatBooleanHashMap.KeysView. toSet()MutableFloatSetObjectFloatHashMap. toSet()MutableFloatSetObjectFloatHashMap.ValuesCollection. toSet()MutableFloatSetObjectFloatHashMapWithHashingStrategy. toSet()MutableFloatSetObjectFloatHashMapWithHashingStrategy.ValuesCollection. toSet()MutableFloatSetSynchronizedByteFloatMap. toSet()MutableFloatSetSynchronizedCharFloatMap. toSet()MutableFloatSetSynchronizedDoubleFloatMap. toSet()MutableFloatSetSynchronizedFloatFloatMap. toSet()MutableFloatSetSynchronizedIntFloatMap. toSet()MutableFloatSetSynchronizedLongFloatMap. toSet()MutableFloatSetSynchronizedObjectFloatMap. toSet()MutableFloatSetSynchronizedShortFloatMap. toSet()MutableFloatSetUnmodifiableByteFloatMap. toSet()MutableFloatSetUnmodifiableCharFloatMap. toSet()MutableFloatSetUnmodifiableDoubleFloatMap. toSet()MutableFloatSetUnmodifiableFloatFloatMap. toSet()MutableFloatSetUnmodifiableIntFloatMap. toSet()MutableFloatSetUnmodifiableLongFloatMap. toSet()MutableFloatSetUnmodifiableObjectFloatMap. toSet()MutableFloatSetUnmodifiableShortFloatMap. toSet()MutableFloatSetAbstractMutableFloatKeySet. with(float element)MutableFloatSetAbstractMutableFloatKeySet. withAll(FloatIterable elements)MutableFloatSetAbstractMutableFloatKeySet. without(float element)MutableFloatSetAbstractMutableFloatKeySet. withoutAll(FloatIterable elements) -
Uses of MutableFloatSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetAbstractFloatIterable. toSet()MutableFloatSetSynchronizedFloatIterable. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetImmutableFloatEmptySet. toSet()MutableFloatSetImmutableFloatSingletonSet. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableFloatSet Modifier and Type Method Description MutableFloatSetMultiReaderUnifiedSet. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatSetMultiReaderUnifiedSet.UntouchableMutableSet. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatSetSynchronizedMutableSet. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatSetUnmodifiableMutableSet. 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 MutableFloatSet Modifier and Type Class Description classFloatHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedFloatSetA synchronized view of aMutableFloatSet.classUnmodifiableFloatSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableFloatSet Modifier and Type Field Description private MutableFloatSetBoxedMutableFloatSet. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetFloatHashSet. asSynchronized()MutableFloatSetSynchronizedFloatSet. asSynchronized()MutableFloatSetUnmodifiableFloatSet. asSynchronized()MutableFloatSetFloatHashSet. asUnmodifiable()MutableFloatSetSynchronizedFloatSet. asUnmodifiable()MutableFloatSetUnmodifiableFloatSet. asUnmodifiable()MutableFloatSetMutableFloatSetFactoryImpl. empty()private MutableFloatSetSynchronizedFloatSet. getMutableFloatSet()private MutableFloatSetUnmodifiableFloatSet. getMutableFloatSet()MutableFloatSetSynchronizedFloatSet. newEmpty()MutableFloatSetUnmodifiableFloatSet. newEmpty()MutableFloatSetMutableFloatSetFactoryImpl. of()MutableFloatSetMutableFloatSetFactoryImpl. of(float... items)MutableFloatSetMutableFloatSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatSetMutableFloatSetFactoryImpl. ofAll(FloatIterable items)MutableFloatSetSynchronizedFloatSet. reject(FloatPredicate predicate)MutableFloatSetUnmodifiableFloatSet. reject(FloatPredicate predicate)MutableFloatSetSynchronizedFloatSet. select(FloatPredicate predicate)MutableFloatSetUnmodifiableFloatSet. select(FloatPredicate predicate)MutableFloatSetMutableFloatSetFactoryImpl. with()MutableFloatSetMutableFloatSetFactoryImpl. with(float... items)MutableFloatSetMutableFloatSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Float> iterable)MutableFloatSetMutableFloatSetFactoryImpl. withAll(FloatIterable items)MutableFloatSetMutableFloatSetFactoryImpl. withInitialCapacity(int capacity)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableFloatSet Modifier and Type Method Description static SynchronizedFloatSetSynchronizedFloatSet. of(MutableFloatSet set)This method will take a MutableFloatSet and wrap it directly in a SynchronizedFloatSet.static SynchronizedFloatSetSynchronizedFloatSet. of(MutableFloatSet set, java.lang.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 MutableFloatSet Constructor Description BoxedMutableFloatSet(MutableFloatSet delegate)SynchronizedFloatSet(MutableFloatSet set)SynchronizedFloatSet(MutableFloatSet set, java.lang.Object newLock)UnmodifiableFloatSet(MutableFloatSet set) -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetImmutableFloatEmptyStack. toSet()MutableFloatSetImmutableFloatSingletonStack. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetSynchronizedFloatStack. toSet()MutableFloatSetUnmodifiableFloatStack. toSet() -
Uses of MutableFloatSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableFloatSet Modifier and Type Method Description MutableFloatSetAbstractFloatStack. toSet()
-