Uses of Interface
org.eclipse.collections.api.LazyFloatIterable
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections 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.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.primitive | |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| 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.primitive |
-
Uses of LazyFloatIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableFloatIterable. asLazy()Returns a LazyFloatIterable adapter wrapping the source FloatIterable.LazyFloatIterableLazyBooleanIterable. collectFloat(BooleanToFloatFunction function)LazyFloatIterableLazyByteIterable. collectFloat(ByteToFloatFunction function)LazyFloatIterableLazyCharIterable. collectFloat(CharToFloatFunction function)LazyFloatIterableLazyDoubleIterable. collectFloat(DoubleToFloatFunction function)LazyFloatIterableLazyFloatIterable. collectFloat(FloatToFloatFunction function)LazyFloatIterableLazyIntIterable. collectFloat(IntToFloatFunction function)LazyFloatIterableLazyIterable. collectFloat(FloatFunction<? super T> floatFunction)Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.LazyFloatIterableLazyLongIterable. collectFloat(LongToFloatFunction function)LazyFloatIterableLazyShortIterable. collectFloat(ShortToFloatFunction function)LazyFloatIterableLazyFloatIterable. reject(FloatPredicate predicate)LazyFloatIterableLazyFloatIterable. select(FloatPredicate predicate)LazyFloatIterableLazyFloatIterable. tap(FloatProcedure procedure) -
Uses of LazyFloatIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableFloatBooleanMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatByteMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatCharMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatDoubleMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatFloatMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatIntMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatLongMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatObjectMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatShortMap. keysView()Returns a view of the keys in this map. -
Uses of LazyFloatIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableReversibleFloatIterable. asReversed() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableSynchronizedFloatBag. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableAbstractSynchronizedFloatCollection. asLazy()LazyFloatIterableAbstractUnmodifiableFloatCollection. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableAbstractLazyIterable. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of LazyFloatIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyFloatIterable 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. -
Uses of LazyFloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableSynchronizedFloatList. asLazy()LazyFloatIterableFloatArrayList. asReversed()LazyFloatIterableSynchronizedFloatList. asReversed()LazyFloatIterableUnmodifiableFloatList. asReversed() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableAbstractMutableFloatKeySet. asLazy()LazyFloatIterableObjectFloatHashMap. asLazy()LazyFloatIterableObjectFloatHashMapWithHashingStrategy. asLazy()LazyFloatIterableSynchronizedByteFloatMap. asLazy()LazyFloatIterableSynchronizedCharFloatMap. asLazy()LazyFloatIterableSynchronizedDoubleFloatMap. asLazy()LazyFloatIterableSynchronizedFloatFloatMap. asLazy()LazyFloatIterableSynchronizedIntFloatMap. asLazy()LazyFloatIterableSynchronizedLongFloatMap. asLazy()LazyFloatIterableSynchronizedObjectFloatMap. asLazy()LazyFloatIterableSynchronizedShortFloatMap. asLazy()LazyFloatIterableUnmodifiableByteFloatMap. asLazy()LazyFloatIterableUnmodifiableCharFloatMap. asLazy()LazyFloatIterableUnmodifiableDoubleFloatMap. asLazy()LazyFloatIterableUnmodifiableFloatFloatMap. asLazy()LazyFloatIterableUnmodifiableIntFloatMap. asLazy()LazyFloatIterableUnmodifiableLongFloatMap. asLazy()LazyFloatIterableUnmodifiableObjectFloatMap. asLazy()LazyFloatIterableUnmodifiableShortFloatMap. asLazy()LazyFloatIterableFloatBooleanHashMap. keysView()LazyFloatIterableFloatByteHashMap. keysView()LazyFloatIterableFloatCharHashMap. keysView()LazyFloatIterableFloatDoubleHashMap. keysView()LazyFloatIterableFloatFloatHashMap. keysView()LazyFloatIterableFloatIntHashMap. keysView()LazyFloatIterableFloatLongHashMap. keysView()LazyFloatIterableFloatObjectHashMap. keysView()LazyFloatIterableFloatShortHashMap. keysView()LazyFloatIterableSynchronizedFloatBooleanMap. keysView()LazyFloatIterableSynchronizedFloatByteMap. keysView()LazyFloatIterableSynchronizedFloatCharMap. keysView()LazyFloatIterableSynchronizedFloatDoubleMap. keysView()LazyFloatIterableSynchronizedFloatFloatMap. keysView()LazyFloatIterableSynchronizedFloatIntMap. keysView()LazyFloatIterableSynchronizedFloatLongMap. keysView()LazyFloatIterableSynchronizedFloatObjectMap. keysView()LazyFloatIterableSynchronizedFloatShortMap. keysView()LazyFloatIterableUnmodifiableFloatBooleanMap. keysView()LazyFloatIterableUnmodifiableFloatByteMap. keysView()LazyFloatIterableUnmodifiableFloatCharMap. keysView()LazyFloatIterableUnmodifiableFloatDoubleMap. keysView()LazyFloatIterableUnmodifiableFloatFloatMap. keysView()LazyFloatIterableUnmodifiableFloatIntMap. keysView()LazyFloatIterableUnmodifiableFloatLongMap. keysView()LazyFloatIterableUnmodifiableFloatObjectMap. keysView()LazyFloatIterableUnmodifiableFloatShortMap. keysView() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableAbstractFloatIterable. asLazy()LazyFloatIterableSynchronizedFloatIterable. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableSynchronizedFloatSet. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableSynchronizedFloatStack. asLazy()LazyFloatIterableUnmodifiableFloatStack. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableAbstractFloatStack. asLazy() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyFloatIterable Modifier and Type Method Description static LazyFloatIterableLazyFloatIterate. adapt(FloatIterable iterable)Creates a deferred float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate. empty()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.