Uses of Interface
org.eclipse.collections.api.LazyIntIterable
-
Packages that use 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.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.list.primitive This package contains implementations of the 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.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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ImmutableIntEmptyBag. asLazy()
LazyIntIterable
ImmutableIntHashBag. asLazy()
LazyIntIterable
ImmutableIntSingletonBag. asLazy()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ImmutableIntArrayList. asLazy()
LazyIntIterable
ImmutableIntEmptyList. asLazy()
LazyIntIterable
ImmutableIntSingletonList. asLazy()
LazyIntIterable
ImmutableIntArrayList. asReversed()
LazyIntIterable
ImmutableIntEmptyList. asReversed()
LazyIntIterable
ImmutableIntSingletonList. asReversed()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ImmutableByteIntEmptyMap. asLazy()
LazyIntIterable
ImmutableByteIntHashMap. asLazy()
LazyIntIterable
ImmutableByteIntSingletonMap. asLazy()
LazyIntIterable
ImmutableCharIntEmptyMap. asLazy()
LazyIntIterable
ImmutableCharIntHashMap. asLazy()
LazyIntIterable
ImmutableCharIntSingletonMap. asLazy()
LazyIntIterable
ImmutableDoubleIntEmptyMap. asLazy()
LazyIntIterable
ImmutableDoubleIntHashMap. asLazy()
LazyIntIterable
ImmutableDoubleIntSingletonMap. asLazy()
LazyIntIterable
ImmutableFloatIntEmptyMap. asLazy()
LazyIntIterable
ImmutableFloatIntHashMap. asLazy()
LazyIntIterable
ImmutableFloatIntSingletonMap. asLazy()
LazyIntIterable
ImmutableIntIntEmptyMap. asLazy()
LazyIntIterable
ImmutableIntIntHashMap. asLazy()
LazyIntIterable
ImmutableIntIntSingletonMap. asLazy()
LazyIntIterable
ImmutableLongIntEmptyMap. asLazy()
LazyIntIterable
ImmutableLongIntHashMap. asLazy()
LazyIntIterable
ImmutableLongIntSingletonMap. asLazy()
LazyIntIterable
ImmutableObjectIntEmptyMap. asLazy()
LazyIntIterable
ImmutableObjectIntHashMap. asLazy()
LazyIntIterable
ImmutableObjectIntSingletonMap. asLazy()
LazyIntIterable
ImmutableShortIntEmptyMap. asLazy()
LazyIntIterable
ImmutableShortIntHashMap. asLazy()
LazyIntIterable
ImmutableShortIntSingletonMap. asLazy()
LazyIntIterable
ImmutableIntBooleanEmptyMap. keysView()
LazyIntIterable
ImmutableIntBooleanHashMap. keysView()
LazyIntIterable
ImmutableIntBooleanSingletonMap. keysView()
LazyIntIterable
ImmutableIntByteEmptyMap. keysView()
LazyIntIterable
ImmutableIntByteHashMap. keysView()
LazyIntIterable
ImmutableIntByteSingletonMap. keysView()
LazyIntIterable
ImmutableIntCharEmptyMap. keysView()
LazyIntIterable
ImmutableIntCharHashMap. keysView()
LazyIntIterable
ImmutableIntCharSingletonMap. keysView()
LazyIntIterable
ImmutableIntDoubleEmptyMap. keysView()
LazyIntIterable
ImmutableIntDoubleHashMap. keysView()
LazyIntIterable
ImmutableIntDoubleSingletonMap. keysView()
LazyIntIterable
ImmutableIntFloatEmptyMap. keysView()
LazyIntIterable
ImmutableIntFloatHashMap. keysView()
LazyIntIterable
ImmutableIntFloatSingletonMap. keysView()
LazyIntIterable
ImmutableIntIntEmptyMap. keysView()
LazyIntIterable
ImmutableIntIntHashMap. keysView()
LazyIntIterable
ImmutableIntIntSingletonMap. keysView()
LazyIntIterable
ImmutableIntLongEmptyMap. keysView()
LazyIntIterable
ImmutableIntLongHashMap. keysView()
LazyIntIterable
ImmutableIntLongSingletonMap. keysView()
LazyIntIterable
ImmutableIntObjectEmptyMap. keysView()
LazyIntIterable
ImmutableIntObjectHashMap. keysView()
LazyIntIterable
ImmutableIntObjectSingletonMap. keysView()
LazyIntIterable
ImmutableIntShortEmptyMap. keysView()
LazyIntIterable
ImmutableIntShortHashMap. keysView()
LazyIntIterable
ImmutableIntShortSingletonMap. keysView()
-
Uses of LazyIntIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyIntIterable Modifier and Type Class Description private class
IntBooleanHashMap.KeysView
private class
IntByteHashMap.KeysView
private class
IntCharHashMap.KeysView
private class
IntDoubleHashMap.KeysView
private class
IntFloatHashMap.KeysView
private class
IntIntHashMap.KeysView
private class
IntLongHashMap.KeysView
private class
IntObjectHashMap.KeysView
private class
IntShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
AbstractMutableIntKeySet. asLazy()
LazyIntIterable
AbstractMutableIntValuesMap.AbstractIntValuesCollection. asLazy()
LazyIntIterable
ObjectIntHashMap. asLazy()
LazyIntIterable
ObjectIntHashMap.ValuesCollection. asLazy()
LazyIntIterable
ObjectIntHashMapWithHashingStrategy. asLazy()
LazyIntIterable
ObjectIntHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ImmutableIntEmptySet. asLazy()
LazyIntIterable
ImmutableIntSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterable
ImmutableIntEmptyStack. asLazy()
LazyIntIterable
ImmutableIntSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyIntIterable Modifier and Type Field Description private static LazyIntIterable
LazyIntIterate. EMPTY_ITERABLE
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.
-