Uses of Interface
org.eclipse.collections.api.LazyIntIterable
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.list.primitive |
This package contains implementations of the 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.string.immutable | |
org.eclipse.collections.impl.utility.primitive |
-
Uses of LazyIntIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
IntIterable. asLazy()
Returns a LazyIntIterable adapter wrapping the source IntIterable.LazyIntIterable
LazyBooleanIterable. collectInt(BooleanToIntFunction function)
LazyIntIterable
LazyByteIterable. collectInt(ByteToIntFunction function)
LazyIntIterable
LazyCharIterable. collectInt(CharToIntFunction function)
LazyIntIterable
LazyDoubleIterable. collectInt(DoubleToIntFunction function)
LazyIntIterable
LazyFloatIterable. collectInt(FloatToIntFunction function)
LazyIntIterable
LazyIntIterable. collectInt(IntToIntFunction function)
LazyIntIterable
LazyIterable. collectInt(IntFunction<? super T> intFunction)
Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.LazyIntIterable
LazyLongIterable. collectInt(LongToIntFunction function)
LazyIntIterable
LazyShortIterable. collectInt(ShortToIntFunction function)
LazyIntIterable
LazyIntIterable. reject(IntPredicate predicate)
LazyIntIterable
LazyIntIterable. select(IntPredicate predicate)
LazyIntIterable
LazyIntIterable. tap(IntProcedure procedure)
-
Uses of LazyIntIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
IntBooleanMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntByteMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntCharMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntDoubleMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntFloatMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntIntMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntLongMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntObjectMap. keysView()
Returns a view of the keys in this map.LazyIntIterable
IntShortMap. keysView()
Returns a view of the keys in this map. -
Uses of LazyIntIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ReversibleIntIterable. asReversed()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
SynchronizedIntBag. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractSynchronizedIntCollection. asLazy()
LazyIntIterable
AbstractUnmodifiableIntCollection. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractLazyIterable. collectInt(IntFunction<? super T> intFunction)
-
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyIntIterable Modifier and Type Class Description class
AbstractLazyIntIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectIntToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyIntIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseIntIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectIntIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapIntIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractLazyIntIterable. asLazy()
LazyIntIterable
ReverseIntIterable. asLazy()
LazyIntIterable
AbstractLazyBooleanIterable. collectInt(BooleanToIntFunction function)
LazyIntIterable
AbstractLazyByteIterable. collectInt(ByteToIntFunction function)
LazyIntIterable
AbstractLazyCharIterable. collectInt(CharToIntFunction function)
LazyIntIterable
AbstractLazyDoubleIterable. collectInt(DoubleToIntFunction function)
LazyIntIterable
AbstractLazyFloatIterable. collectInt(FloatToIntFunction function)
LazyIntIterable
AbstractLazyIntIterable. collectInt(IntToIntFunction function)
LazyIntIterable
AbstractLazyLongIterable. collectInt(LongToIntFunction function)
LazyIntIterable
AbstractLazyShortIterable. collectInt(ShortToIntFunction function)
LazyIntIterable
AbstractLazyIntIterable. reject(IntPredicate predicate)
LazyIntIterable
AbstractLazyIntIterable. select(IntPredicate predicate)
LazyIntIterable
AbstractLazyIntIterable. tap(IntProcedure procedure)
-
Uses of LazyIntIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
SynchronizedIntList. asLazy()
LazyIntIterable
IntArrayList. asReversed()
LazyIntIterable
SynchronizedIntList. asReversed()
LazyIntIterable
UnmodifiableIntList. asReversed()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
IntInterval. asLazy()
LazyIntIterable
IntInterval. asReversed()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractMutableIntKeySet. asLazy()
LazyIntIterable
ObjectIntHashMap. asLazy()
LazyIntIterable
ObjectIntHashMapWithHashingStrategy. asLazy()
LazyIntIterable
SynchronizedByteIntMap. asLazy()
LazyIntIterable
SynchronizedCharIntMap. asLazy()
LazyIntIterable
SynchronizedDoubleIntMap. asLazy()
LazyIntIterable
SynchronizedFloatIntMap. asLazy()
LazyIntIterable
SynchronizedIntIntMap. asLazy()
LazyIntIterable
SynchronizedLongIntMap. asLazy()
LazyIntIterable
SynchronizedObjectIntMap. asLazy()
LazyIntIterable
SynchronizedShortIntMap. asLazy()
LazyIntIterable
UnmodifiableByteIntMap. asLazy()
LazyIntIterable
UnmodifiableCharIntMap. asLazy()
LazyIntIterable
UnmodifiableDoubleIntMap. asLazy()
LazyIntIterable
UnmodifiableFloatIntMap. asLazy()
LazyIntIterable
UnmodifiableIntIntMap. asLazy()
LazyIntIterable
UnmodifiableLongIntMap. asLazy()
LazyIntIterable
UnmodifiableObjectIntMap. asLazy()
LazyIntIterable
UnmodifiableShortIntMap. asLazy()
LazyIntIterable
IntBooleanHashMap. keysView()
LazyIntIterable
IntByteHashMap. keysView()
LazyIntIterable
IntCharHashMap. keysView()
LazyIntIterable
IntDoubleHashMap. keysView()
LazyIntIterable
IntFloatHashMap. keysView()
LazyIntIterable
IntIntHashMap. keysView()
LazyIntIterable
IntLongHashMap. keysView()
LazyIntIterable
IntObjectHashMap. keysView()
LazyIntIterable
IntShortHashMap. keysView()
LazyIntIterable
SynchronizedIntBooleanMap. keysView()
LazyIntIterable
SynchronizedIntByteMap. keysView()
LazyIntIterable
SynchronizedIntCharMap. keysView()
LazyIntIterable
SynchronizedIntDoubleMap. keysView()
LazyIntIterable
SynchronizedIntFloatMap. keysView()
LazyIntIterable
SynchronizedIntIntMap. keysView()
LazyIntIterable
SynchronizedIntLongMap. keysView()
LazyIntIterable
SynchronizedIntObjectMap. keysView()
LazyIntIterable
SynchronizedIntShortMap. keysView()
LazyIntIterable
UnmodifiableIntBooleanMap. keysView()
LazyIntIterable
UnmodifiableIntByteMap. keysView()
LazyIntIterable
UnmodifiableIntCharMap. keysView()
LazyIntIterable
UnmodifiableIntDoubleMap. keysView()
LazyIntIterable
UnmodifiableIntFloatMap. keysView()
LazyIntIterable
UnmodifiableIntIntMap. keysView()
LazyIntIterable
UnmodifiableIntLongMap. keysView()
LazyIntIterable
UnmodifiableIntObjectMap. keysView()
LazyIntIterable
UnmodifiableIntShortMap. keysView()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractIntIterable. asLazy()
LazyIntIterable
SynchronizedIntIterable. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
SynchronizedIntSet. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
SynchronizedIntStack. asLazy()
LazyIntIterable
UnmodifiableIntStack. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractIntStack. asLazy()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
CodePointAdapter. asReversed()
LazyIntIterable
CodePointList. asReversed()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyIntIterable Modifier and Type Method Description static LazyIntIterable
LazyIntIterate. adapt(IntIterable iterable)
Creates a deferred int iterable for the specified int iterable.static LazyIntIterable
LazyIntIterate. empty()
static LazyIntIterable
LazyIntIterate. select(IntIterable iterable, IntPredicate predicate)
Creates a deferred filtering int iterable for the specified int iterable.static LazyIntIterable
LazyIntIterate. tap(IntIterable iterable, IntProcedure procedure)
Creates a deferred tap iterable for the specified iterable.