Uses of Interface
org.eclipse.collections.api.FloatIterable
-
Packages that use FloatIterable 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.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.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.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag 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.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.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.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list 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 This package contains implementations of theMutableMapinterface.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.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.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.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of FloatIterable in org.eclipse.collections.api
Subinterfaces of FloatIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyFloatIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return FloatIterable Modifier and Type Method Description FloatIterableRichIterable. collectFloat(FloatFunction<? super T> floatFunction)Returns a new primitivefloatiterable with the results of applying the specified function on each element of the source collection.FloatIterableFloatIterable. reject(FloatPredicate predicate)Returns a new FloatIterable with all of the elements in the FloatIterable that return false for the specified predicate.FloatIterableFloatIterable. select(FloatPredicate predicate)Returns a new FloatIterable with all of the elements in the FloatIterable that return true for the specified predicate.default FloatIterableFloatIterable. tap(FloatProcedure procedure)Methods in org.eclipse.collections.api that return types with arguments of type FloatIterable Modifier and Type Method Description default RichIterable<FloatIterable>FloatIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type FloatIterable Modifier and Type Method Description default booleanFloatIterable. containsAll(FloatIterable source)Returns true if all of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are not.default booleanFloatIterable. containsAny(FloatIterable source)Returns true if any of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are not.default booleanFloatIterable. containsNone(FloatIterable source)Returns true if none of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type FloatIterable Modifier and Type Method Description default <R extends MutableFloatCollection>
RRichIterable. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)Same as flatCollect, only the results are collected into the target collection. -
Uses of FloatIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceFloatBagThis file was automatically generated from template file primitiveBag.stg.interfaceImmutableFloatBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceMutableFloatBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatBagImmutableFloatBag. newWithAll(FloatIterable elements)ImmutableFloatBagImmutableFloatBag. newWithoutAll(FloatIterable elements)MutableFloatBagMutableFloatBag. withAll(FloatIterable elements)MutableFloatBagMutableFloatBag. withoutAll(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableFloatCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableFloatCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanMutableFloatCollection. addAll(FloatIterable source)ImmutableFloatCollectionImmutableFloatCollection. newWithAll(FloatIterable elements)ImmutableFloatCollectionImmutableFloatCollection. newWithoutAll(FloatIterable elements)booleanMutableFloatCollection. removeAll(FloatIterable source)booleanMutableFloatCollection. retainAll(FloatIterable elements)MutableFloatCollectionMutableFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionMutableFloatCollection. withoutAll(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatBagImmutableFloatBagFactory. ofAll(FloatIterable items)MutableFloatBagMutableFloatBagFactory. ofAll(FloatIterable items)ImmutableFloatBagImmutableFloatBagFactory. withAll(FloatIterable items)MutableFloatBagMutableFloatBagFactory. withAll(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatListImmutableFloatListFactory. ofAll(FloatIterable items)MutableFloatListMutableFloatListFactory. ofAll(FloatIterable items)ImmutableFloatListImmutableFloatListFactory. withAll(FloatIterable items)MutableFloatListMutableFloatListFactory. withAll(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatSetImmutableFloatSetFactory. ofAll(FloatIterable items)MutableFloatSetMutableFloatSetFactory. ofAll(FloatIterable items)ImmutableFloatSetImmutableFloatSetFactory. withAll(FloatIterable items)MutableFloatSetMutableFloatSetFactory. withAll(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatStackImmutableFloatStackFactory. ofAll(FloatIterable items)MutableFloatStackMutableFloatStackFactory. ofAll(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactory. ofAllReversed(FloatIterable items)MutableFloatStackMutableFloatStackFactory. ofAllReversed(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactory. withAll(FloatIterable items)MutableFloatStackMutableFloatStackFactory. withAll(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactory. withAllReversed(FloatIterable items)MutableFloatStackMutableFloatStackFactory. withAllReversed(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceFloatListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableFloatListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableFloatListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanMutableFloatList. addAllAtIndex(int index, FloatIterable source)ImmutableFloatListImmutableFloatList. newWithAll(FloatIterable elements)ImmutableFloatListImmutableFloatList. newWithoutAll(FloatIterable elements)MutableFloatListMutableFloatList. withAll(FloatIterable elements)MutableFloatListMutableFloatList. withoutAll(FloatIterable elements)default ListIterable<FloatFloatPair>FloatList. zipFloat(FloatIterable iterable)Returns aListIterableformed from thisFloatListand anotherFloatListby combining corresponding elements in pairs.default ImmutableList<FloatFloatPair>ImmutableFloatList. zipFloat(FloatIterable iterable)Returns anImmutableListformed from thisImmutableFloatListand anotherFloatListby combining corresponding elements in pairs.default MutableList<FloatFloatPair>MutableFloatList. zipFloat(FloatIterable iterable)Returns aMutableListformed from thisMutableFloatListand anotherFloatListby combining corresponding elements in pairs. -
Uses of FloatIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceImmutableByteFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectFloatMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableIntFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectFloatMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectFloatMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortFloatMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatBooleanMapImmutableFloatBooleanMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatByteMapImmutableFloatByteMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatCharMapImmutableFloatCharMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatDoubleMapImmutableFloatDoubleMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatFloatMapImmutableFloatFloatMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatIntMapImmutableFloatIntMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatLongMapImmutableFloatLongMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatObjectMap<V>ImmutableFloatObjectMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatShortMapImmutableFloatShortMap. newWithoutAllKeys(FloatIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableFloatBooleanMapMutableFloatBooleanMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatByteMapMutableFloatByteMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatCharMapMutableFloatCharMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatDoubleMapMutableFloatDoubleMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatFloatMapMutableFloatFloatMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatIntMapMutableFloatIntMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatLongMapMutableFloatLongMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatObjectMap<V>MutableFloatObjectMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatShortMapMutableFloatShortMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of FloatIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceOrderedFloatIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleFloatIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of FloatIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceFloatSetThis file was automatically generated from template file primitiveSet.stg.interfaceImmutableFloatSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableFloatSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type FloatIterable Modifier and Type Method Description ImmutableFloatSetImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSet. newWithoutAll(FloatIterable elements)MutableFloatSetMutableFloatSet. withAll(FloatIterable elements)MutableFloatSetMutableFloatSet. withoutAll(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceFloatStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableFloatStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableFloatStackThis file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of FloatIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return FloatIterable Modifier and Type Method Description FloatIterableUnmodifiableRichIterable. collectFloat(FloatFunction<? super T> floatFunction)Method parameters in org.eclipse.collections.impl with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableRichIterable. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractBag. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement FloatIterable Modifier and Type Class Description (package private) classImmutableFloatEmptyBagImmutableFloatEmptyBag is an optimization forImmutableFloatBagof size 0.(package private) classImmutableFloatHashBagImmutableFloatHashBag is the non-modifiable equivalent ofFloatHashBag.(package private) classImmutableFloatSingletonBagImmutableFloatSingletonBag is an optimization forImmutableFloatBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>ImmutableFloatEmptyBag. chunk(int size)RichIterable<FloatIterable>ImmutableFloatHashBag. chunk(int size)RichIterable<FloatIterable>ImmutableFloatSingletonBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanImmutableFloatEmptyBag. containsAll(FloatIterable source)booleanImmutableFloatHashBag. containsAll(FloatIterable source)booleanImmutableFloatSingletonBag. containsAll(FloatIterable source)ImmutableFloatBagImmutableFloatEmptyBag. newWithAll(FloatIterable elements)ImmutableFloatBagImmutableFloatHashBag. newWithAll(FloatIterable elements)ImmutableFloatBagImmutableFloatSingletonBag. newWithAll(FloatIterable elements)ImmutableFloatBagImmutableFloatEmptyBag. newWithoutAll(FloatIterable elements)ImmutableFloatBagImmutableFloatHashBag. newWithoutAll(FloatIterable elements)ImmutableFloatBagImmutableFloatSingletonBag. newWithoutAll(FloatIterable elements)ImmutableFloatBagImmutableFloatBagFactoryImpl. ofAll(FloatIterable items)ImmutableFloatBagImmutableFloatBagFactoryImpl. withAll(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement FloatIterable Modifier and Type Class Description classFloatHashBagFloatHashBag is similar toHashBag, and is memory-optimized for float primitives.classSynchronizedFloatBagA synchronized view of aMutableFloatBag.classUnmodifiableFloatBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>FloatHashBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanFloatHashBag. addAll(FloatIterable source)static FloatHashBagFloatHashBag. newBag(FloatIterable source)MutableFloatBagMutableFloatBagFactoryImpl. ofAll(FloatIterable items)booleanFloatHashBag. removeAll(FloatIterable source)booleanFloatHashBag. retainAll(FloatIterable source)FloatHashBagFloatHashBag. withAll(FloatIterable iterable)MutableFloatBagMutableFloatBagFactoryImpl. withAll(FloatIterable items)SynchronizedFloatBagSynchronizedFloatBag. withAll(FloatIterable elements)UnmodifiableFloatBagUnmodifiableFloatBag. withAll(FloatIterable elements)FloatHashBagFloatHashBag. withoutAll(FloatIterable iterable)SynchronizedFloatBagSynchronizedFloatBag. withoutAll(FloatIterable elements)UnmodifiableFloatBagUnmodifiableFloatBag. withoutAll(FloatIterable elements)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type FloatIterable Constructor Description FloatHashBag(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractBiMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return FloatIterable Modifier and Type Method Description FloatIterableUnmodifiableBiMap. collectFloat(FloatFunction<? super V> floatFunction)Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableBiMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return FloatIterable Modifier and Type Method Description FloatIterableAbstractSynchronizedRichIterable. collectFloat(FloatFunction<? super T> floatFunction)Method parameters in org.eclipse.collections.impl.collection with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractSynchronizedRichIterable. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RAbstractUnmodifiableMutableCollection. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement FloatIterable Modifier and Type Class Description classAbstractSynchronizedFloatCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableFloatCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedFloatCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableFloatCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>AbstractSynchronizedFloatCollection. chunk(int size)RichIterable<FloatIterable>AbstractUnmodifiableFloatCollection. chunk(int size)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanAbstractSynchronizedFloatCollection. addAll(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. addAll(FloatIterable source)booleanAbstractSynchronizedFloatCollection. containsAll(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. containsAll(FloatIterable source)booleanAbstractSynchronizedFloatCollection. containsAny(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. containsAny(FloatIterable source)booleanAbstractSynchronizedFloatCollection. containsNone(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. containsNone(FloatIterable source)booleanAbstractSynchronizedFloatCollection. removeAll(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. removeAll(FloatIterable source)booleanAbstractSynchronizedFloatCollection. retainAll(FloatIterable source)booleanAbstractUnmodifiableFloatCollection. retainAll(FloatIterable source)MutableFloatCollectionAbstractSynchronizedFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionAbstractUnmodifiableFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionAbstractSynchronizedFloatCollection. withoutAll(FloatIterable elements)MutableFloatCollectionAbstractUnmodifiableFloatCollection. withoutAll(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement FloatIterable Modifier and Type Class Description classAbstractLazyFloatIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectFloatToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToFloatIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyFloatIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseFloatIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectFloatIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapFloatIterableThis file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as FloatIterable Modifier and Type Field Description private FloatIterableChunkFloatIterable. adaptedprivate FloatIterableTapFloatIterable. adaptedprivate FloatIterableLazyFloatIterableAdapter. delegateprivate FloatIterableSelectFloatIterable. delegateprivate FloatIterableCollectFloatToBooleanIterable. iterableprivate FloatIterableCollectFloatToByteIterable. iterableprivate FloatIterableCollectFloatToCharIterable. iterableprivate FloatIterableCollectFloatToDoubleIterable. iterableprivate FloatIterableCollectFloatToFloatIterable. iterableprivate FloatIterableCollectFloatToIntIterable. iterableprivate FloatIterableCollectFloatToLongIterable. iterableprivate FloatIterableCollectFloatToObjectIterable. iterableprivate FloatIterableCollectFloatToShortIterable. iterableprivate FloatIterableFlatCollectFloatToObjectIterable. iterableMethods in org.eclipse.collections.impl.lazy.primitive that return FloatIterable Modifier and Type Method Description FloatIterableChunkFloatIterable.ChunkFloatIterator. next()Methods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>AbstractLazyFloatIterable. chunk(int size)java.util.Iterator<FloatIterable>ChunkFloatIterable. iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanAbstractLazyFloatIterable. containsAll(FloatIterable source)booleanCollectFloatIterable. containsAll(FloatIterable source)booleanLazyFloatIterableAdapter. containsAll(FloatIterable source)booleanReverseFloatIterable. containsAll(FloatIterable source)booleanSelectFloatIterable. containsAll(FloatIterable source)Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type FloatIterable Modifier and Type Method Description voidChunkFloatIterable. each(Procedure<? super FloatIterable> procedure) -
Uses of FloatIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement FloatIterable Modifier and Type Class Description (package private) classImmutableFloatArrayListImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList.(package private) classImmutableFloatEmptyListImmutableFloatEmptyList is an optimization forImmutableFloatListof size 0.(package private) classImmutableFloatSingletonListImmutableFloatSingletonList is an optimization forImmutableFloatListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>ImmutableFloatArrayList. chunk(int size)RichIterable<FloatIterable>ImmutableFloatEmptyList. chunk(int size)RichIterable<FloatIterable>ImmutableFloatSingletonList. chunk(int size)Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanImmutableFloatArrayList. containsAll(FloatIterable source)booleanImmutableFloatEmptyList. containsAll(FloatIterable source)booleanImmutableFloatSingletonList. containsAll(FloatIterable source)static ImmutableFloatArrayListImmutableFloatArrayList. newList(FloatIterable iterable)ImmutableFloatListImmutableFloatArrayList. newWithAll(FloatIterable elements)ImmutableFloatListImmutableFloatEmptyList. newWithAll(FloatIterable elements)ImmutableFloatListImmutableFloatSingletonList. newWithAll(FloatIterable elements)ImmutableFloatListImmutableFloatArrayList. newWithoutAll(FloatIterable elements)ImmutableFloatListImmutableFloatEmptyList. newWithoutAll(FloatIterable elements)ImmutableFloatListImmutableFloatSingletonList. newWithoutAll(FloatIterable elements)ImmutableFloatListImmutableFloatListFactoryImpl. ofAll(FloatIterable items)ImmutableFloatListImmutableFloatListFactoryImpl. withAll(FloatIterable items)ImmutableList<FloatFloatPair>ImmutableFloatArrayList. zipFloat(FloatIterable iterable)ImmutableList<FloatFloatPair>ImmutableFloatEmptyList. zipFloat(FloatIterable iterable)ImmutableList<FloatFloatPair>ImmutableFloatSingletonList. zipFloat(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RFastList. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement FloatIterable Modifier and Type Class Description classFloatArrayListFloatArrayList is similar to FastList, and is memory-optimized for float primitives.classSynchronizedFloatListA synchronized view of aMutableFloatList.classUnmodifiableFloatListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>FloatArrayList. chunk(int size)Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanFloatArrayList. addAll(FloatIterable source)booleanFloatArrayList. addAllAtIndex(int index, FloatIterable source)booleanSynchronizedFloatList. addAllAtIndex(int index, FloatIterable source)booleanUnmodifiableFloatList. addAllAtIndex(int index, FloatIterable source)static FloatArrayListFloatArrayList. newList(FloatIterable source)MutableFloatListMutableFloatListFactoryImpl. ofAll(FloatIterable items)booleanFloatArrayList. removeAll(FloatIterable source)booleanFloatArrayList. retainAll(FloatIterable source)FloatArrayListFloatArrayList. withAll(FloatIterable elements)MutableFloatListMutableFloatListFactoryImpl. withAll(FloatIterable items)SynchronizedFloatListSynchronizedFloatList. withAll(FloatIterable elements)UnmodifiableFloatListUnmodifiableFloatList. withAll(FloatIterable elements)FloatArrayListFloatArrayList. withoutAll(FloatIterable elements)SynchronizedFloatListSynchronizedFloatList. withoutAll(FloatIterable elements)UnmodifiableFloatListUnmodifiableFloatList. withoutAll(FloatIterable elements)MutableList<FloatFloatPair>FloatArrayList. zipFloat(FloatIterable iterable)MutableList<FloatFloatPair>SynchronizedFloatList. zipFloat(FloatIterable iterable)MutableList<FloatFloatPair>UnmodifiableFloatList. zipFloat(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement FloatIterable Modifier and Type Class Description classAbstractImmutableObjectFloatMap<V>This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) classImmutableByteFloatEmptyMapImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMapof size 0.(package private) classImmutableByteFloatHashMapImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap.(package private) classImmutableByteFloatSingletonMapImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMapof size 1.(package private) classImmutableCharFloatEmptyMapImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMapof size 0.(package private) classImmutableCharFloatHashMapImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap.(package private) classImmutableCharFloatSingletonMapImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMapof size 1.(package private) classImmutableDoubleFloatEmptyMapImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMapof size 0.(package private) classImmutableDoubleFloatHashMapImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap.(package private) classImmutableDoubleFloatSingletonMapImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMapof size 1.(package private) classImmutableFloatFloatEmptyMapImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMapof size 0.(package private) classImmutableFloatFloatHashMapImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap.(package private) classImmutableFloatFloatSingletonMapImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMapof size 1.(package private) classImmutableIntFloatEmptyMapImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMapof size 0.(package private) classImmutableIntFloatHashMapImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap.(package private) classImmutableIntFloatSingletonMapImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMapof size 1.(package private) classImmutableLongFloatEmptyMapImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMapof size 0.(package private) classImmutableLongFloatHashMapImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap.(package private) classImmutableLongFloatSingletonMapImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMapof size 1.(package private) classImmutableObjectFloatEmptyMap<K>ImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMapof size 0.(package private) classImmutableObjectFloatHashMap<K>ImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap.(package private) classImmutableObjectFloatSingletonMap<K>ImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMapof size 1.(package private) classImmutableShortFloatEmptyMapImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMapof size 0.(package private) classImmutableShortFloatHashMapImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap.(package private) classImmutableShortFloatSingletonMapImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>ImmutableByteFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableByteFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableByteFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableCharFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableCharFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableCharFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableDoubleFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableDoubleFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableDoubleFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableFloatFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableFloatFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableFloatFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableIntFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableIntFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableIntFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableLongFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableLongFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableLongFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableObjectFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableObjectFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableObjectFloatSingletonMap. chunk(int size)RichIterable<FloatIterable>ImmutableShortFloatEmptyMap. chunk(int size)RichIterable<FloatIterable>ImmutableShortFloatHashMap. chunk(int size)RichIterable<FloatIterable>ImmutableShortFloatSingletonMap. chunk(int size)Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanImmutableByteFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableByteFloatHashMap. containsAll(FloatIterable source)booleanImmutableByteFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableCharFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableCharFloatHashMap. containsAll(FloatIterable source)booleanImmutableCharFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableDoubleFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableDoubleFloatHashMap. containsAll(FloatIterable source)booleanImmutableDoubleFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableFloatFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableFloatFloatHashMap. containsAll(FloatIterable source)booleanImmutableFloatFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableIntFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableIntFloatHashMap. containsAll(FloatIterable source)booleanImmutableIntFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableLongFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableLongFloatHashMap. containsAll(FloatIterable source)booleanImmutableLongFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableObjectFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableObjectFloatHashMap. containsAll(FloatIterable source)booleanImmutableObjectFloatSingletonMap. containsAll(FloatIterable source)booleanImmutableShortFloatEmptyMap. containsAll(FloatIterable source)booleanImmutableShortFloatHashMap. containsAll(FloatIterable source)booleanImmutableShortFloatSingletonMap. containsAll(FloatIterable source)ImmutableFloatBooleanMapImmutableFloatBooleanEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatBooleanMapImmutableFloatBooleanHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatBooleanMapImmutableFloatBooleanSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatByteMapImmutableFloatByteEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatByteMapImmutableFloatByteHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatByteMapImmutableFloatByteSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatCharMapImmutableFloatCharSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatDoubleMapImmutableFloatDoubleEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatDoubleMapImmutableFloatDoubleHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatDoubleMapImmutableFloatDoubleSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatFloatMapImmutableFloatFloatEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatFloatMapImmutableFloatFloatHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatFloatMapImmutableFloatFloatSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatIntMapImmutableFloatIntEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatIntMapImmutableFloatIntHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatIntMapImmutableFloatIntSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatLongMapImmutableFloatLongEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatLongMapImmutableFloatLongHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatLongMapImmutableFloatLongSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatObjectMap<V>ImmutableFloatObjectEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatObjectMap<V>ImmutableFloatObjectHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatObjectMap<V>ImmutableFloatObjectSingletonMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatShortMapImmutableFloatShortEmptyMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatShortMapImmutableFloatShortHashMap. newWithoutAllKeys(FloatIterable keys)ImmutableFloatShortMapImmutableFloatShortSingletonMap. newWithoutAllKeys(FloatIterable keys)Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RImmutableByteObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableCharObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableDoubleObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableFloatObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableIntObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableLongObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RImmutableShortObjectEmptyMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableMutableMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatIterable Modifier and Type Class Description classAbstractMutableFloatKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classAbstractMutableFloatValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classAbstractMutableFloatValuesMap.AbstractFloatValuesCollectionclassByteFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classByteFloatHashMap.ValuesCollectionclassCharFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classCharFloatHashMap.ValuesCollectionclassDoubleFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classDoubleFloatHashMap.ValuesCollectionprivate classFloatBooleanHashMap.KeySetprivate classFloatBooleanHashMap.KeysViewprivate classFloatByteHashMap.KeySetprivate classFloatByteHashMap.KeysViewprivate classFloatCharHashMap.KeySetprivate classFloatCharHashMap.KeysViewprivate classFloatDoubleHashMap.KeySetprivate classFloatDoubleHashMap.KeysViewclassFloatFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classFloatFloatHashMap.KeySetprivate classFloatFloatHashMap.KeysViewprivate classFloatFloatHashMap.ValuesCollectionprivate classFloatIntHashMap.KeySetprivate classFloatIntHashMap.KeysViewprivate classFloatLongHashMap.KeySetprivate classFloatLongHashMap.KeysViewprivate classFloatObjectHashMap.KeySetprivate classFloatObjectHashMap.KeysViewprivate classFloatShortHashMap.KeySetprivate classFloatShortHashMap.KeysView(package private) classImmutableFloatFloatMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableFloatMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgclassIntFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classIntFloatHashMap.ValuesCollectionclassLongFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classLongFloatHashMap.ValuesCollectionclassObjectFloatHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg.private classObjectFloatHashMap.ValuesCollectionclassObjectFloatHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classObjectFloatHashMapWithHashingStrategy.ValuesCollectionclassShortFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classShortFloatHashMap.ValuesCollectionclassSynchronizedByteFloatMapA synchronized view of aMutableByteFloatMap.classSynchronizedCharFloatMapA synchronized view of aMutableCharFloatMap.classSynchronizedDoubleFloatMapA synchronized view of aMutableDoubleFloatMap.classSynchronizedFloatFloatMapA synchronized view of aMutableFloatFloatMap.classSynchronizedIntFloatMapA synchronized view of aMutableIntFloatMap.classSynchronizedLongFloatMapA synchronized view of aMutableLongFloatMap.classSynchronizedObjectFloatMap<K>A synchronized view of aMutableObjectFloatMap.classSynchronizedShortFloatMapA synchronized view of aMutableShortFloatMap.classUnmodifiableByteFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableCharFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableDoubleFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableFloatFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableIntFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableLongFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableObjectFloatMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classUnmodifiableShortFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>AbstractMutableFloatKeySet. chunk(int size)RichIterable<FloatIterable>AbstractMutableFloatValuesMap.AbstractFloatValuesCollection. chunk(int size)RichIterable<FloatIterable>AbstractMutableFloatValuesMap. chunk(int size)RichIterable<FloatIterable>ObjectFloatHashMap. chunk(int size)RichIterable<FloatIterable>ObjectFloatHashMap.ValuesCollection. chunk(int size)RichIterable<FloatIterable>ObjectFloatHashMapWithHashingStrategy. chunk(int size)RichIterable<FloatIterable>ObjectFloatHashMapWithHashingStrategy.ValuesCollection. chunk(int size)RichIterable<FloatIterable>SynchronizedByteFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedCharFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedDoubleFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedFloatFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedIntFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedLongFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedObjectFloatMap. chunk(int size)RichIterable<FloatIterable>SynchronizedShortFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableByteFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableCharFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableDoubleFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableFloatFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableIntFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableLongFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableObjectFloatMap. chunk(int size)RichIterable<FloatIterable>UnmodifiableShortFloatMap. chunk(int size)Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanAbstractMutableFloatKeySet. addAll(FloatIterable source)booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. addAll(FloatIterable source)booleanObjectFloatHashMap.ValuesCollection. addAll(FloatIterable source)booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection. addAll(FloatIterable source)booleanAbstractMutableFloatKeySet. containsAll(FloatIterable source)booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. containsAll(FloatIterable source)booleanAbstractMutableFloatValuesMap. containsAll(FloatIterable source)booleanFloatBooleanHashMap.KeysView. containsAll(FloatIterable source)booleanObjectFloatHashMap. containsAll(FloatIterable source)booleanObjectFloatHashMap.ValuesCollection. containsAll(FloatIterable source)booleanObjectFloatHashMapWithHashingStrategy. containsAll(FloatIterable source)booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection. containsAll(FloatIterable source)booleanSynchronizedByteFloatMap. containsAll(FloatIterable source)booleanSynchronizedCharFloatMap. containsAll(FloatIterable source)booleanSynchronizedDoubleFloatMap. containsAll(FloatIterable source)booleanSynchronizedFloatFloatMap. containsAll(FloatIterable source)booleanSynchronizedIntFloatMap. containsAll(FloatIterable source)booleanSynchronizedLongFloatMap. containsAll(FloatIterable source)booleanSynchronizedObjectFloatMap. containsAll(FloatIterable source)booleanSynchronizedShortFloatMap. containsAll(FloatIterable source)booleanUnmodifiableByteFloatMap. containsAll(FloatIterable source)booleanUnmodifiableCharFloatMap. containsAll(FloatIterable source)booleanUnmodifiableDoubleFloatMap. containsAll(FloatIterable source)booleanUnmodifiableFloatFloatMap. containsAll(FloatIterable source)booleanUnmodifiableIntFloatMap. containsAll(FloatIterable source)booleanUnmodifiableLongFloatMap. containsAll(FloatIterable source)booleanUnmodifiableObjectFloatMap. containsAll(FloatIterable source)booleanUnmodifiableShortFloatMap. containsAll(FloatIterable source)booleanAbstractMutableFloatKeySet. removeAll(FloatIterable source)booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. removeAll(FloatIterable source)booleanObjectFloatHashMap.ValuesCollection. removeAll(FloatIterable source)booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection. removeAll(FloatIterable source)booleanByteFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanCharFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanDoubleFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanFloatBooleanHashMap.KeySet. retainAll(FloatIterable source)booleanFloatByteHashMap.KeySet. retainAll(FloatIterable source)booleanFloatCharHashMap.KeySet. retainAll(FloatIterable source)booleanFloatDoubleHashMap.KeySet. retainAll(FloatIterable source)booleanFloatFloatHashMap.KeySet. retainAll(FloatIterable source)booleanFloatFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanFloatIntHashMap.KeySet. retainAll(FloatIterable source)booleanFloatLongHashMap.KeySet. retainAll(FloatIterable source)booleanFloatObjectHashMap.KeySet. retainAll(FloatIterable source)booleanFloatShortHashMap.KeySet. retainAll(FloatIterable source)booleanIntFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanLongFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanObjectFloatHashMap.ValuesCollection. retainAll(FloatIterable source)booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection. retainAll(FloatIterable source)booleanShortFloatHashMap.ValuesCollection. retainAll(FloatIterable source)MutableFloatSetAbstractMutableFloatKeySet. withAll(FloatIterable elements)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. withAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. withAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. withAll(FloatIterable elements)MutableFloatSetAbstractMutableFloatKeySet. withoutAll(FloatIterable elements)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. withoutAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. withoutAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. withoutAll(FloatIterable elements)FloatBooleanHashMapFloatBooleanHashMap. withoutAllKeys(FloatIterable keys)FloatByteHashMapFloatByteHashMap. withoutAllKeys(FloatIterable keys)FloatCharHashMapFloatCharHashMap. withoutAllKeys(FloatIterable keys)FloatDoubleHashMapFloatDoubleHashMap. withoutAllKeys(FloatIterable keys)FloatFloatHashMapFloatFloatHashMap. withoutAllKeys(FloatIterable keys)FloatIntHashMapFloatIntHashMap. withoutAllKeys(FloatIterable keys)FloatLongHashMapFloatLongHashMap. withoutAllKeys(FloatIterable keys)MutableFloatObjectMap<V>FloatObjectHashMap. withoutAllKeys(FloatIterable keys)FloatShortHashMapFloatShortHashMap. withoutAllKeys(FloatIterable keys)MutableFloatBooleanMapSynchronizedFloatBooleanMap. withoutAllKeys(FloatIterable keys)MutableFloatByteMapSynchronizedFloatByteMap. withoutAllKeys(FloatIterable keys)MutableFloatCharMapSynchronizedFloatCharMap. withoutAllKeys(FloatIterable keys)MutableFloatDoubleMapSynchronizedFloatDoubleMap. withoutAllKeys(FloatIterable keys)MutableFloatFloatMapSynchronizedFloatFloatMap. withoutAllKeys(FloatIterable keys)MutableFloatIntMapSynchronizedFloatIntMap. withoutAllKeys(FloatIterable keys)MutableFloatLongMapSynchronizedFloatLongMap. withoutAllKeys(FloatIterable keys)MutableFloatObjectMap<V>SynchronizedFloatObjectMap. withoutAllKeys(FloatIterable keys)MutableFloatShortMapSynchronizedFloatShortMap. withoutAllKeys(FloatIterable keys)MutableFloatBooleanMapUnmodifiableFloatBooleanMap. withoutAllKeys(FloatIterable keys)MutableFloatByteMapUnmodifiableFloatByteMap. withoutAllKeys(FloatIterable keys)MutableFloatCharMapUnmodifiableFloatCharMap. withoutAllKeys(FloatIterable keys)MutableFloatDoubleMapUnmodifiableFloatDoubleMap. withoutAllKeys(FloatIterable keys)MutableFloatFloatMapUnmodifiableFloatFloatMap. withoutAllKeys(FloatIterable keys)MutableFloatIntMapUnmodifiableFloatIntMap. withoutAllKeys(FloatIterable keys)MutableFloatLongMapUnmodifiableFloatLongMap. withoutAllKeys(FloatIterable keys)MutableFloatObjectMap<V>UnmodifiableFloatObjectMap. withoutAllKeys(FloatIterable keys)MutableFloatShortMapUnmodifiableFloatShortMap. withoutAllKeys(FloatIterable keys)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RSynchronizedByteObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedCharObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedDoubleObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedFloatObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedIntObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedLongObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedShortObjectMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableMutableOrderedMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableTreeMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement FloatIterable Modifier and Type Class Description classAbstractFloatIterableThis file was automatically generated from template file abstractPrimitiveIterable.stg.classSynchronizedFloatIterableA synchronized view of a FloatIterable.Fields in org.eclipse.collections.impl.primitive declared as FloatIterable Modifier and Type Field Description private FloatIterableSynchronizedFloatIterable. iterableMethods in org.eclipse.collections.impl.primitive that return FloatIterable Modifier and Type Method Description FloatIterableSynchronizedFloatIterable. reject(FloatPredicate predicate)FloatIterableSynchronizedFloatIterable. select(FloatPredicate predicate)Methods in org.eclipse.collections.impl.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>SynchronizedFloatIterable. chunk(int size)Methods in org.eclipse.collections.impl.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanSynchronizedFloatIterable. containsAll(FloatIterable source)booleanSynchronizedFloatIterable. containsAny(FloatIterable source)booleanSynchronizedFloatIterable. containsNone(FloatIterable source)static SynchronizedFloatIterableSynchronizedFloatIterable. of(FloatIterable iterable)This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.static SynchronizedFloatIterableSynchronizedFloatIterable. of(FloatIterable iterable, java.lang.Object lock)This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type FloatIterable Constructor Description SynchronizedFloatIterable(FloatIterable iterable)SynchronizedFloatIterable(FloatIterable iterable, java.lang.Object newLock) -
Uses of FloatIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement FloatIterable 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.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>AbstractImmutableFloatSet. chunk(int size)RichIterable<FloatIterable>ImmutableFloatEmptySet. chunk(int size)RichIterable<FloatIterable>ImmutableFloatSingletonSet. chunk(int size)Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanImmutableFloatEmptySet. containsAll(FloatIterable source)booleanImmutableFloatSingletonSet. containsAll(FloatIterable source)ImmutableFloatSetAbstractImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatEmptySet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSingletonSet. newWithAll(FloatIterable elements)ImmutableFloatSetAbstractImmutableFloatSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatEmptySet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSingletonSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSetFactoryImpl. ofAll(FloatIterable items)ImmutableFloatSetImmutableFloatSetFactoryImpl. withAll(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement FloatIterable Modifier and Type Class Description classFloatHashSetThis file was automatically generated from template file primitiveHashSet.stg.private static classFloatHashSet.ImmutableFloatHashSetclassSynchronizedFloatSetA synchronized view of aMutableFloatSet.classUnmodifiableFloatSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>FloatHashSet. chunk(int size)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanFloatHashSet. addAll(FloatIterable source)static FloatHashSetFloatHashSet. newSet(FloatIterable source)MutableFloatSetMutableFloatSetFactoryImpl. ofAll(FloatIterable items)booleanFloatHashSet. removeAll(FloatIterable source)booleanFloatHashSet. retainAll(FloatIterable source)FloatHashSetFloatHashSet. withAll(FloatIterable elements)MutableFloatSetMutableFloatSetFactoryImpl. withAll(FloatIterable items)SynchronizedFloatSetSynchronizedFloatSet. withAll(FloatIterable elements)UnmodifiableFloatSetUnmodifiableFloatSet. withAll(FloatIterable elements)FloatHashSetFloatHashSet. withoutAll(FloatIterable elements)SynchronizedFloatSetSynchronizedFloatSet. withoutAll(FloatIterable elements)UnmodifiableFloatSetUnmodifiableFloatSet. withoutAll(FloatIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatIterable Constructor Description FloatHashSet(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement FloatIterable Modifier and Type Class Description classAbstractFloatSetThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of FloatIterable in org.eclipse.collections.impl.stack.immutable
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RImmutableArrayStack. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)Deprecated.<R extends MutableFloatCollection>
RImmutableEmptyStack. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement FloatIterable Modifier and Type Class Description (package private) classImmutableFloatArrayStackImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack.(package private) classImmutableFloatEmptyStackImmutableFloatEmptyStack is an optimization forImmutableFloatStackof size 0.(package private) classImmutableFloatSingletonStackImmutableFloatSingletonStack is an optimization forImmutableFloatStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>ImmutableFloatEmptyStack. chunk(int size)RichIterable<FloatIterable>ImmutableFloatSingletonStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanImmutableFloatEmptyStack. containsAll(FloatIterable source)booleanImmutableFloatSingletonStack. containsAll(FloatIterable source)static ImmutableFloatArrayStackImmutableFloatArrayStack. newStack(FloatIterable iterable)static ImmutableFloatArrayStackImmutableFloatArrayStack. newStackFromTopToBottom(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactoryImpl. ofAll(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactoryImpl. ofAllReversed(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactoryImpl. withAll(FloatIterable items)ImmutableFloatStackImmutableFloatStackFactoryImpl. withAllReversed(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type FloatIterable Modifier and Type Method Description <R extends MutableFloatCollection>
RArrayStack. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RSynchronizedStack. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RUnmodifiableStack. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement FloatIterable Modifier and Type Class Description classFloatArrayStackFloatArrayStack is similar toArrayStack, and is memory-optimized for float primitives.classSynchronizedFloatStackA synchronized view of aMutableFloatStack.classUnmodifiableFloatStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>SynchronizedFloatStack. chunk(int size)RichIterable<FloatIterable>UnmodifiableFloatStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanSynchronizedFloatStack. containsAll(FloatIterable source)booleanUnmodifiableFloatStack. containsAll(FloatIterable source)static FloatArrayStackFloatArrayStack. newStack(FloatIterable items)static FloatArrayStackFloatArrayStack. newStackFromTopToBottom(FloatIterable items)MutableFloatStackMutableFloatStackFactoryImpl. ofAll(FloatIterable items)MutableFloatStackMutableFloatStackFactoryImpl. ofAllReversed(FloatIterable items)MutableFloatStackMutableFloatStackFactoryImpl. withAll(FloatIterable items)MutableFloatStackMutableFloatStackFactoryImpl. withAllReversed(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement FloatIterable Modifier and Type Class Description classAbstractFloatStackThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type FloatIterable Modifier and Type Method Description RichIterable<FloatIterable>AbstractFloatStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.primitive with parameters of type FloatIterable Modifier and Type Method Description booleanAbstractFloatStack. containsAll(FloatIterable source) -
Uses of FloatIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type FloatIterable Modifier and Type Method Description static booleanFloatIterableIterate. allSatisfy(FloatIterable iterable, FloatPredicate predicate)static booleanFloatIterableIterate. anySatisfy(FloatIterable iterable, FloatPredicate predicate)static voidFloatIterableIterate. appendString(FloatIterable iterable, java.lang.Appendable appendable, java.lang.String start, java.lang.String separator, java.lang.String end)static <V,R extends java.util.Collection<V>>
RFloatIterableIterate. collect(FloatIterable iterable, FloatToObjectFunction<? extends V> function, R targetCollection)static intFloatIterableIterate. count(FloatIterable iterable, FloatPredicate predicate)static floatFloatIterableIterate. detectIfNone(FloatIterable iterable, FloatPredicate predicate, float ifNone)static voidFloatIterableIterate. forEach(FloatIterable iterable, FloatProcedure procedure)static <T> TFloatIterableIterate. injectInto(FloatIterable iterable, T injectedValue, ObjectFloatToObjectFunction<? super T,? extends T> function)static booleanFloatIterableIterate. isEmpty(FloatIterable iterable)static floatFloatIterableIterate. max(FloatIterable iterable)static floatFloatIterableIterate. maxIfEmpty(FloatIterable iterable, float ifEmpty)static floatFloatIterableIterate. min(FloatIterable iterable)static floatFloatIterableIterate. minIfEmpty(FloatIterable iterable, float ifEmpty)static booleanFloatIterableIterate. noneSatisfy(FloatIterable iterable, FloatPredicate predicate)static booleanFloatIterableIterate. notEmpty(FloatIterable iterable)static <R extends MutableFloatCollection>
RFloatIterableIterate. reject(FloatIterable iterable, FloatPredicate predicate, R targetCollection)static <R extends MutableFloatCollection>
RFloatIterableIterate. select(FloatIterable iterable, FloatPredicate predicate, R targetCollection)private static <T> java.lang.StringFloatIterableIterate. stringValueOfItem(FloatIterable iterable, T item)static doubleFloatIterableIterate. sum(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type FloatIterable Modifier and Type Method Description static LazyFloatIterableLazyFloatIterate. adapt(FloatIterable iterable)Creates a deferred float iterable for the specified float iterable.static <V> LazyIterable<V>LazyFloatIterate. collect(FloatIterable iterable, FloatToObjectFunction<? extends V> function)Creates a deferred transforming float iterable for the specified float iterable.static <V> LazyIterable<V>LazyFloatIterate. collectIf(FloatIterable iterable, FloatPredicate predicate, FloatToObjectFunction<? extends V> function)Creates a deferred filtering and transforming float iterable for the specified float iterable.static <V> LazyIterable<V>LazyFloatIterate. flatCollect(FloatIterable iterable, FloatToObjectFunction<? extends java.lang.Iterable<V>> function)Creates a deferred transforming and flattening float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate. select(FloatIterable iterable, FloatPredicate predicate)Creates a deferred filtering float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate. tap(FloatIterable iterable, FloatProcedure procedure)Creates a deferred tap iterable for the specified iterable.
-