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. -
-
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.
-