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 LazyFloatIterable
FloatIterable. asLazy()
Returns a LazyFloatIterable adapter wrapping the source FloatIterable.LazyFloatIterable
LazyBooleanIterable. collectFloat(BooleanToFloatFunction function)
LazyFloatIterable
LazyByteIterable. collectFloat(ByteToFloatFunction function)
LazyFloatIterable
LazyCharIterable. collectFloat(CharToFloatFunction function)
LazyFloatIterable
LazyDoubleIterable. collectFloat(DoubleToFloatFunction function)
LazyFloatIterable
LazyFloatIterable. collectFloat(FloatToFloatFunction function)
LazyFloatIterable
LazyIntIterable. collectFloat(IntToFloatFunction function)
LazyFloatIterable
LazyIterable. collectFloat(FloatFunction<? super T> floatFunction)
Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.LazyFloatIterable
LazyLongIterable. collectFloat(LongToFloatFunction function)
LazyFloatIterable
LazyShortIterable. collectFloat(ShortToFloatFunction function)
LazyFloatIterable
LazyFloatIterable. reject(FloatPredicate predicate)
LazyFloatIterable
LazyFloatIterable. select(FloatPredicate predicate)
LazyFloatIterable
LazyFloatIterable. 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 LazyFloatIterable
FloatBooleanMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatByteMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatCharMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatDoubleMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatFloatMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatIntMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatLongMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatObjectMap. keysView()
Returns a view of the keys in this map.LazyFloatIterable
FloatShortMap. 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 LazyFloatIterable
ReversibleFloatIterable. 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 LazyFloatIterable
SynchronizedFloatBag. 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 LazyFloatIterable
AbstractSynchronizedFloatCollection. asLazy()
LazyFloatIterable
AbstractUnmodifiableFloatCollection. 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 LazyFloatIterable
AbstractLazyIterable. 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 class
AbstractLazyFloatIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectFloatToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyFloatIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseFloatIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectFloatIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapFloatIterable
This 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 LazyFloatIterable
SynchronizedFloatList. asLazy()
LazyFloatIterable
FloatArrayList. asReversed()
LazyFloatIterable
SynchronizedFloatList. asReversed()
LazyFloatIterable
UnmodifiableFloatList. 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 LazyFloatIterable
AbstractMutableFloatKeySet. asLazy()
LazyFloatIterable
ObjectFloatHashMap. asLazy()
LazyFloatIterable
ObjectFloatHashMapWithHashingStrategy. asLazy()
LazyFloatIterable
SynchronizedByteFloatMap. asLazy()
LazyFloatIterable
SynchronizedCharFloatMap. asLazy()
LazyFloatIterable
SynchronizedDoubleFloatMap. asLazy()
LazyFloatIterable
SynchronizedFloatFloatMap. asLazy()
LazyFloatIterable
SynchronizedIntFloatMap. asLazy()
LazyFloatIterable
SynchronizedLongFloatMap. asLazy()
LazyFloatIterable
SynchronizedObjectFloatMap. asLazy()
LazyFloatIterable
SynchronizedShortFloatMap. asLazy()
LazyFloatIterable
UnmodifiableByteFloatMap. asLazy()
LazyFloatIterable
UnmodifiableCharFloatMap. asLazy()
LazyFloatIterable
UnmodifiableDoubleFloatMap. asLazy()
LazyFloatIterable
UnmodifiableFloatFloatMap. asLazy()
LazyFloatIterable
UnmodifiableIntFloatMap. asLazy()
LazyFloatIterable
UnmodifiableLongFloatMap. asLazy()
LazyFloatIterable
UnmodifiableObjectFloatMap. asLazy()
LazyFloatIterable
UnmodifiableShortFloatMap. asLazy()
LazyFloatIterable
FloatBooleanHashMap. keysView()
LazyFloatIterable
FloatByteHashMap. keysView()
LazyFloatIterable
FloatCharHashMap. keysView()
LazyFloatIterable
FloatDoubleHashMap. keysView()
LazyFloatIterable
FloatFloatHashMap. keysView()
LazyFloatIterable
FloatIntHashMap. keysView()
LazyFloatIterable
FloatLongHashMap. keysView()
LazyFloatIterable
FloatObjectHashMap. keysView()
LazyFloatIterable
FloatShortHashMap. keysView()
LazyFloatIterable
SynchronizedFloatBooleanMap. keysView()
LazyFloatIterable
SynchronizedFloatByteMap. keysView()
LazyFloatIterable
SynchronizedFloatCharMap. keysView()
LazyFloatIterable
SynchronizedFloatDoubleMap. keysView()
LazyFloatIterable
SynchronizedFloatFloatMap. keysView()
LazyFloatIterable
SynchronizedFloatIntMap. keysView()
LazyFloatIterable
SynchronizedFloatLongMap. keysView()
LazyFloatIterable
SynchronizedFloatObjectMap. keysView()
LazyFloatIterable
SynchronizedFloatShortMap. keysView()
LazyFloatIterable
UnmodifiableFloatBooleanMap. keysView()
LazyFloatIterable
UnmodifiableFloatByteMap. keysView()
LazyFloatIterable
UnmodifiableFloatCharMap. keysView()
LazyFloatIterable
UnmodifiableFloatDoubleMap. keysView()
LazyFloatIterable
UnmodifiableFloatFloatMap. keysView()
LazyFloatIterable
UnmodifiableFloatIntMap. keysView()
LazyFloatIterable
UnmodifiableFloatLongMap. keysView()
LazyFloatIterable
UnmodifiableFloatObjectMap. keysView()
LazyFloatIterable
UnmodifiableFloatShortMap. 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 LazyFloatIterable
AbstractFloatIterable. asLazy()
LazyFloatIterable
SynchronizedFloatIterable. 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 LazyFloatIterable
SynchronizedFloatSet. 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 LazyFloatIterable
SynchronizedFloatStack. asLazy()
LazyFloatIterable
UnmodifiableFloatStack. 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 LazyFloatIterable
AbstractFloatStack. 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 LazyFloatIterable
LazyFloatIterate. adapt(FloatIterable iterable)
Creates a deferred float iterable for the specified float iterable.static LazyFloatIterable
LazyFloatIterate. empty()
static LazyFloatIterable
LazyFloatIterate. select(FloatIterable iterable, FloatPredicate predicate)
Creates a deferred filtering float iterable for the specified float iterable.static LazyFloatIterable
LazyFloatIterate. tap(FloatIterable iterable, FloatProcedure procedure)
Creates a deferred tap iterable for the specified iterable.