Uses of Interface
org.eclipse.collections.api.LazyFloatIterable
-
Packages that use 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.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.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.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.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
ImmutableFloatEmptyBag. asLazy()
LazyFloatIterable
ImmutableFloatHashBag. asLazy()
LazyFloatIterable
ImmutableFloatSingletonBag. asLazy()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
ImmutableFloatArrayList. asLazy()
LazyFloatIterable
ImmutableFloatEmptyList. asLazy()
LazyFloatIterable
ImmutableFloatSingletonList. asLazy()
LazyFloatIterable
ImmutableFloatArrayList. asReversed()
LazyFloatIterable
ImmutableFloatEmptyList. asReversed()
LazyFloatIterable
ImmutableFloatSingletonList. asReversed()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
ImmutableByteFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableByteFloatHashMap. asLazy()
LazyFloatIterable
ImmutableByteFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableCharFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableCharFloatHashMap. asLazy()
LazyFloatIterable
ImmutableCharFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableDoubleFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableDoubleFloatHashMap. asLazy()
LazyFloatIterable
ImmutableDoubleFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableFloatFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableFloatFloatHashMap. asLazy()
LazyFloatIterable
ImmutableFloatFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableIntFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableIntFloatHashMap. asLazy()
LazyFloatIterable
ImmutableIntFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableLongFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableLongFloatHashMap. asLazy()
LazyFloatIterable
ImmutableLongFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableObjectFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableObjectFloatHashMap. asLazy()
LazyFloatIterable
ImmutableObjectFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableShortFloatEmptyMap. asLazy()
LazyFloatIterable
ImmutableShortFloatHashMap. asLazy()
LazyFloatIterable
ImmutableShortFloatSingletonMap. asLazy()
LazyFloatIterable
ImmutableFloatBooleanEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatBooleanHashMap. keysView()
LazyFloatIterable
ImmutableFloatBooleanSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatByteEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatByteHashMap. keysView()
LazyFloatIterable
ImmutableFloatByteSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatCharEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatCharHashMap. keysView()
LazyFloatIterable
ImmutableFloatCharSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatDoubleEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatDoubleHashMap. keysView()
LazyFloatIterable
ImmutableFloatDoubleSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatFloatEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatFloatHashMap. keysView()
LazyFloatIterable
ImmutableFloatFloatSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatIntEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatIntHashMap. keysView()
LazyFloatIterable
ImmutableFloatIntSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatLongEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatLongHashMap. keysView()
LazyFloatIterable
ImmutableFloatLongSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatObjectEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatObjectHashMap. keysView()
LazyFloatIterable
ImmutableFloatObjectSingletonMap. keysView()
LazyFloatIterable
ImmutableFloatShortEmptyMap. keysView()
LazyFloatIterable
ImmutableFloatShortHashMap. keysView()
LazyFloatIterable
ImmutableFloatShortSingletonMap. keysView()
-
Uses of LazyFloatIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyFloatIterable Modifier and Type Class Description private class
FloatBooleanHashMap.KeysView
private class
FloatByteHashMap.KeysView
private class
FloatCharHashMap.KeysView
private class
FloatDoubleHashMap.KeysView
private class
FloatFloatHashMap.KeysView
private class
FloatIntHashMap.KeysView
private class
FloatLongHashMap.KeysView
private class
FloatObjectHashMap.KeysView
private class
FloatShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
AbstractMutableFloatKeySet. asLazy()
LazyFloatIterable
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection. asLazy()
LazyFloatIterable
ObjectFloatHashMap. asLazy()
LazyFloatIterable
ObjectFloatHashMap.ValuesCollection. asLazy()
LazyFloatIterable
ObjectFloatHashMapWithHashingStrategy. asLazy()
LazyFloatIterable
ObjectFloatHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
ImmutableFloatEmptySet. asLazy()
LazyFloatIterable
ImmutableFloatSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterable
ImmutableFloatEmptyStack. asLazy()
LazyFloatIterable
ImmutableFloatSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyFloatIterable Modifier and Type Field Description private static LazyFloatIterable
LazyFloatIterate. EMPTY_ITERABLE
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.
-